Skip to content

Commit 4f20b84

Browse files
Prepare CRAN release (#482)
* Prepare CRAN release * news * cran comments --------- Co-authored-by: rempsyc <remi.theriault@mail.mcgill.ca>
1 parent e676445 commit 4f20b84

5 files changed

+29
-14
lines changed

DESCRIPTION

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: report
22
Type: Package
33
Title: Automated Reporting of Results and Statistical Models
4-
Version: 0.6.0
4+
Version: 0.6.1
55
Authors@R:
66
c(person(given = "Dominique",
77
family = "Makowski",
@@ -57,27 +57,29 @@ Depends:
5757
Imports:
5858
bayestestR (>= 0.15.0),
5959
effectsize (>= 1.0.0),
60-
insight (>= 1.0.0),
61-
parameters (>= 0.24.0),
62-
performance (>= 0.12.4),
63-
datawizard (>= 0.13.0),
60+
insight (>= 1.0.1),
61+
parameters (>= 0.24.1),
62+
performance (>= 0.13.0),
63+
datawizard (>= 1.0.0),
6464
stats,
6565
tools,
6666
utils
6767
Suggests:
6868
BayesFactor,
6969
brms,
70+
collapse,
7071
ivreg,
7172
knitr,
7273
lavaan,
7374
lme4,
7475
dplyr,
76+
Formula,
7577
rmarkdown,
7678
rstanarm,
7779
survival,
78-
modelbased,
80+
modelbased (>= 0.9.0),
7981
emmeans,
80-
marginaleffects,
82+
marginaleffects (>= 0.25.0),
8183
RcppEigen,
8284
BH,
8385
testthat (>= 3.2.1)

NEWS.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# report 0.6.1
2+
3+
Bug fixes
4+
5+
* Fixed CRAN check failures.
6+
17
# report 0.6.0
28

39
Minor changes
@@ -34,9 +40,9 @@ New features
3440

3541
Major Changes
3642

37-
* This release changes the licensing model of `{report}` to an MIT license.
43+
* This release changes the licensing model of `{report}` to an MIT license.
3844

39-
Minor changes
45+
Minor changes
4046

4147
* `report` now supports variables of class `htest` for the Chi2, Friedman test, Fisher's exact test, and Kruskal-Wallis.
4248

@@ -86,7 +92,7 @@ Minor changes
8692
* Fixes bug whereas the `total` parameter was not respected.
8793

8894
* `report_effectsize` improvement
89-
* For `t.test` (htest) objects, now support the `type` (one of `c("d", "g")`)
95+
* For `t.test` (htest) objects, now support the `type` (one of `c("d", "g")`)
9096
and `rules` (one of `c"cohen1988", "sawilowsky2009", "gignac2016")`)
9197
arguments.
9298

@@ -106,7 +112,7 @@ Minor changes
106112

107113
BUG FIXES
108114

109-
* Fixed bug with truncated output about confidence interval distribution in
115+
* Fixed bug with truncated output about confidence interval distribution in
110116
`report()`.
111117

112118
# report 0.5.1
@@ -180,4 +186,3 @@ MAJOR CHANGES
180186
# report 0.3.0
181187

182188
* Initial release of the package.
183-

R/report.estimate_contrasts.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#'
1010
#' @inherit report return seealso
1111
#'
12-
#' @examplesIf requireNamespace("modelbased", quietly = TRUE) && requireNamespace("emmeans", quietly = TRUE)
12+
#' @examplesIf all(insight::check_if_installed(c("modelbased", "marginaleffects", "collapse", "Formula"), quietly = TRUE))
1313
#' library(modelbased)
1414
#' model <- lm(Sepal.Width ~ Species, data = iris)
1515
#' contr <- estimate_contrasts(model)

cran-comments.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## R CMD check results report 0.6.1
2+
3+
0 errors | 0 warnings | 0 note
4+
5+
## R CMD check results report 0.6.0
6+
7+
0 errors | 0 warnings | 0 note
8+
19
## R CMD check results report 0.5.9
210

311
0 errors | 0 warnings | 0 note

man/report.estimate_contrasts.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)