Skip to content

Commit 9e2503b

Browse files
authored
prepare CRAN release (#342)
1 parent 88c1f46 commit 9e2503b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

DESCRIPTION

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: correlation
33
Title: Methods for Correlation Analysis
4-
Version: 0.8.6.2
4+
Version: 0.8.7
55
Authors@R:
66
c(person(given = "Dominique",
77
family = "Makowski",
@@ -52,11 +52,11 @@ License: MIT + file LICENSE
5252
URL: https://easystats.github.io/correlation/
5353
BugReports: https://github.com/easystats/correlation/issues
5454
Depends:
55-
R (>= 3.6)
55+
R (>= 4.1)
5656
Imports:
5757
bayestestR (>= 0.15.0),
5858
datasets,
59-
datawizard (>= 0.13.0),
59+
datawizard (>= 1.0.0),
6060
insight (>= 1.0.0),
6161
parameters (>= 0.24.0),
6262
stats
@@ -95,4 +95,3 @@ Config/Needs/website:
9595
rstudio/bslib,
9696
r-lib/pkgdown,
9797
easystats/easystatstemplate
98-
Remotes: easystats/insight

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
- `cor_sort()` can now deal with non-square matrices.
77

8+
- Updated required R version to >= 4.1.0 (released May 2021) to pass CRAN checks
9+
on documentation
10+
811
# correlation 0.8.6
912

1013
- Fix CRAN check issues.

correlation.Rproj

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Version: 1.0
2-
ProjectId: b600adde-bc2d-4161-a558-4bf664e7e805
32

43
RestoreWorkspace: No
54
SaveWorkspace: No

0 commit comments

Comments
 (0)