Commit 9e2503b 1 parent 88c1f46 commit 9e2503b Copy full SHA for 9e2503b
File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
Type: Package
2
2
Package: correlation
3
3
Title: Methods for Correlation Analysis
4
- Version: 0.8.6.2
4
+ Version: 0.8.7
5
5
Authors@R:
6
6
c(person(given = "Dominique",
7
7
family = "Makowski",
@@ -52,11 +52,11 @@ License: MIT + file LICENSE
52
52
URL: https://easystats.github.io/correlation/
53
53
BugReports: https://github.com/easystats/correlation/issues
54
54
Depends:
55
- R (>= 3.6 )
55
+ R (>= 4.1 )
56
56
Imports:
57
57
bayestestR (>= 0.15.0),
58
58
datasets,
59
- datawizard (>= 0.13 .0),
59
+ datawizard (>= 1.0 .0),
60
60
insight (>= 1.0.0),
61
61
parameters (>= 0.24.0),
62
62
stats
@@ -95,4 +95,3 @@ Config/Needs/website:
95
95
rstudio/bslib,
96
96
r-lib/pkgdown,
97
97
easystats/easystatstemplate
98
- Remotes: easystats/insight
Original file line number Diff line number Diff line change 5
5
6
6
- ` cor_sort() ` can now deal with non-square matrices.
7
7
8
+ - Updated required R version to >= 4.1.0 (released May 2021) to pass CRAN checks
9
+ on documentation
10
+
8
11
# correlation 0.8.6
9
12
10
13
- Fix CRAN check issues.
Original file line number Diff line number Diff line change 1
1
Version: 1.0
2
- ProjectId: b600adde-bc2d-4161-a558-4bf664e7e805
3
2
4
3
RestoreWorkspace: No
5
4
SaveWorkspace: No
You can’t perform that action at this time.
0 commit comments