Skip to content

Commit 91cc84f

Browse files
fix R CMD check issues
1 parent 0b1a700 commit 91cc84f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ BugReports: https://github.com/easystats/correlation/issues
5454
Depends:
5555
R (>= 3.6)
5656
Imports:
57-
bayestestR (>= 0.13.0),
57+
bayestestR (>= 0.13.1),
5858
datasets,
59-
datawizard (>= 0.7.0),
60-
insight (>= 0.19.3.2),
61-
parameters (>= 0.20.2),
59+
datawizard (>= 0.9.0),
60+
insight (>= 0.19.5),
61+
parameters (>= 0.21.2),
6262
stats
6363
Suggests:
6464
BayesFactor,

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2023
2+
COPYRIGHT HOLDER: correlation authors

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
Copyright (c) 2023 see authors
3+
Copyright (c) 2023 correlation authors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)