Skip to content

Commit 042fa33

Browse files
authored
Include messages while testing signaling conditions (#335)
* include messages while testing signaling conditions, update authorships * update NEWS file
1 parent acfc84d commit 042fa33

9 files changed

+56
-53
lines changed

DESCRIPTION

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: report
33
Title: Automated Reporting of Results and Statistical Models
4-
Version: 0.5.5.4
4+
Version: 0.5.6
55
Authors@R:
66
c(person(given = "Dominique",
77
family = "Makowski",
@@ -13,26 +13,26 @@ Authors@R:
1313
role = "aut",
1414
email = "[email protected]",
1515
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
16-
person(given = "Mattan S.",
17-
family = "Ben-Shachar",
18-
role = "aut",
19-
email = "[email protected]",
20-
comment = c(ORCID = "0000-0002-4287-4801", Twitter = "@mattansb")),
2116
person(given = "Indrajeet",
2217
family = "Patil",
2318
role = "aut",
2419
email = "[email protected]",
2520
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
21+
person(given = "Rémi",
22+
family = "Thériault",
23+
role = c("aut", "cre"),
24+
email = "[email protected]",
25+
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")),
26+
person(given = "Mattan S.",
27+
family = "Ben-Shachar",
28+
role = "aut",
29+
email = "[email protected]",
30+
comment = c(ORCID = "0000-0002-4287-4801", Twitter = "@mattansb")),
2631
person(given = "Brenton M.",
2732
family = "Wiernik",
2833
role = "aut",
2934
email = "[email protected]",
3035
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
31-
person(given = "Rémi",
32-
family = "Thériault",
33-
role = c("aut", "cre"),
34-
email = "[email protected]",
35-
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc")),
3636
person(given = "Rudolf",
3737
family = "Siegel",
3838
role = "ctb",
@@ -59,8 +59,6 @@ Imports:
5959
stats,
6060
tools,
6161
utils
62-
Remotes:
63-
easystats/effectsize
6462
Suggests:
6563
brms,
6664
ivreg,
@@ -76,7 +74,7 @@ VignetteBuilder:
7674
knitr
7775
Encoding: UTF-8
7876
Language: en-US
79-
RoxygenNote: 7.2.3.9000
77+
RoxygenNote: 7.2.3
8078
Config/testthat/edition: 3
8179
Config/Needs/website:
8280
rstudio/bslib,

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# report (development version)
1+
# report 0.5.6
22

33
Breaking Changes
44

R/cite_easystats.R

+8-7
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ cite_easystats <- function(packages = "easystats",
102102
cit_packages <- sprintf(
103103
"(%s)",
104104
toString(c(
105-
easystats = sprintf("L\u00fcdecke et al., 2019/2022%s", letters_ludeckePackages[1]),
105+
easystats = sprintf("L\u00fcdecke et al., 2019/2023%s", letters_ludeckePackages[1]),
106106
insight = sprintf("L\u00fcdecke et al., 2019, 2019/2022%s", letters_ludeckePackages[2]),
107107
datawizard = sprintf("Makowski et al., 2021/2022%s", letters_makowskiPackages[1]),
108108
bayestestR = sprintf("Makowski et al., 2019, 2019/2022%s", letters_makowskiPackages[2]),
@@ -118,7 +118,7 @@ cite_easystats <- function(packages = "easystats",
118118
"L\u00fcdecke et al., 2021%s, 2019/2022%s",
119119
letters_ludeckeArticles[2], letters_ludeckePackages[5]
120120
),
121-
report = sprintf("Makowski et al., 2021/2022%s", letters_makowskiPackages[5])
121+
report = sprintf("Makowski et al., 2021/2023%s", letters_makowskiPackages[5])
122122
)[packages])
123123
)
124124
} else if (format == "markdown") {
@@ -180,9 +180,10 @@ cite_easystats <- function(packages = "easystats",
180180
sort(unlist(list(
181181
easystats = sprintf(
182182
paste(
183-
"L\u00fcdecke, D., Makowski, D., Ben-Shachar, M. S., Patil, I., & Wiernik, B. M. (2022).",
183+
"L\u00fcdecke, D., Makowski, D., Ben-Shachar, M. S., Patil, I., Wiernik, B. M.,",
184+
"Bacher, Etienne, & Th\U00E9riault, R. (2023).",
184185
"easystats: Streamline model interpretation, visualization, and reporting%s [R package].",
185-
"https://github.com/easystats/easystats (Original work published 2019)"
186+
"https://easystats.github.io/easystats/ (Original work published 2019)"
186187
),
187188
ifelse(installed_packages["easystats"] == "", "", paste0(" (", installed_packages["easystats"], ")"))
188189
),
@@ -316,10 +317,10 @@ cite_easystats <- function(packages = "easystats",
316317
),
317318
report = sprintf(
318319
paste(
319-
"Makowski, D., L\u00fcdecke, D., Ben-Shachar, M. S., Patil, I.,",
320-
"Wiernik, B. M., & Th\U00E9riault, R. (2022).",
320+
"Makowski, D., L\u00fcdecke, D., Patil, I., Th\U00E9riault, R., Ben-Shachar, M. S.,",
321+
"& Wiernik, B. M. (2023).",
321322
"report: Automated reporting of results and statistical models (%s) [R package].",
322-
"https://CRAN.R-project.org/package=report (Original work published 2021)"
323+
"https://easystats.github.io/easystats/ (Original work published 2021)"
323324
),
324325
installed_packages["report"]
325326
)

inst/CITATION

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
bibentry(bibtype = "Article",
22
title = "Automated Results Reporting as a Practical Tool to Improve Reproducibility and Methodological Best Practices Adoption",
3-
author=c(person("Dominique", "Makowski"), person("Daniel", "Lüdecke"), person("Mattan S.", "Ben-Shachar"), person("Indrajeet", "Patil"), person("Brenton M.", "Wiernik"), person("Rémi", "Thériault")),
4-
year = 2021,
3+
author=c(person("Dominique", "Makowski"), person("Daniel", "Lüdecke"), person("Indrajeet", "Patil"), person("Rémi", "Thériault")), person("Mattan S.", "Ben-Shachar"), person("Brenton M.", "Wiernik"),
4+
year = 2023,
55
journal = "CRAN",
66
url = "https://easystats.github.io/report/",
7-
textVersion = paste("Makowski, D., Ben-Shachar, M.S., Patil, I., Lüdecke, D., & Thériault, R. (2020). Automated Results Reporting as a Practical Tool to Improve Reproducibility and Methodological Best Practices Adoption. CRAN.", "Available from https://easystats.github.io/report/", "doi: .", sep=" "),
7+
textVersion = paste("Makowski, D., Lüdecke, D., Patil, I., Thériault, R., Ben-Shachar, M.S., & Wiernik, B.M. (2023). Automated Results Reporting as a Practical Tool to Improve Reproducibility and Methodological Best Practices Adoption. CRAN.", "Available from https://easystats.github.io/report/", "doi: .", sep=" "),
88
mheader = "To cite in publications use:")

inst/easystats_bib.bib

+8-8
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ @software{datawizardPackage
6868
@software{easystatsPackage,
6969
title = {{{easystats}}: Streamline Model Interpretation, Visualization, and Reporting},
7070
shorttitle = {{{easystats}}},
71-
author = {L\"udecke, Daniel and Makowski, Dominique and Ben-Shachar, Mattan S. and Patil, Indrajeet and Wiernik, Brenton M.},
72-
date = {2022-03-27T22:06:06Z},
71+
author = {L\"udecke, Daniel and Makowski, Dominique and Ben-Shachar, Mattan S. and Patil, Indrajeet and Wiernik, Brenton M. and Bacher, Etienne and Thériault, Rémi },
72+
date = {2023-02-04T22:06:06Z},
7373
origdate = {2019-01-28T10:39:29Z},
74-
url = {https://github.com/easystats/easystats},
75-
urldate = {2022-03-28},
74+
url = {https://easystats.github.io/easystats/},
75+
urldate = {2023-02-04},
7676
version = {%s}
7777
}
7878

@@ -201,11 +201,11 @@ @software{performancePackage
201201
@software{reportPackage,
202202
title = {{{report}}: Automated Reporting of Results and Statistical Models},
203203
shorttitle = {{{report}}},
204-
author = {Makowski, Dominique and L\"udecke, Daniel and Ben-Shachar, Mattan S. and Patil, Indrajeet and Wiernik, Brenton M. and Thériault, Rémi},
205-
date = {2022-02-22},
204+
author = {Makowski, Dominique and L\"udecke, Daniel and Patil, Indrajeet and Thériault, Rémi and Ben-Shachar, Mattan S. and Wiernik, Brenton M.},
205+
date = {2023-02-04},
206206
origdate = {2021-04-15},
207-
url = {https://CRAN.R-project.org/package=report},
208-
urldate = {2022-01-28},
207+
url = {https://easystats.github.io/report/},
208+
urldate = {2023-02-04},
209209
abstract = {The aim of the 'report' package is to bridge the gap between R's output and the formatted results contained in your manuscript. This package converts statistical models and data frames into textual reports suited for publication, ensuring standardization and quality in results reporting.},
210210
version = {%s}
211211
}

inst/easystats_bib.yaml

+21-17
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ references:
178178

179179
- id: easystatsPackage
180180
accessed:
181-
- year: 2022
182-
month: 3
183-
day: 28
181+
- year: 2023
182+
month: 2
183+
day: 4
184184
author:
185185
- family: Lüdecke
186186
given: Daniel
@@ -192,12 +192,16 @@ references:
192192
given: Indrajeet
193193
- family: Wiernik
194194
given: Brenton M.
195+
- family: Bacher
196+
given: Etienne
197+
- family: Thériault
198+
given: Rémi
195199
citation-key: easystatsPackage
196200
genre: R package
197201
issued:
198-
- year: 2022
199-
month: 3
200-
day: 27
202+
- year: 2023
203+
month: 2
204+
day: 4
201205
original-date:
202206
- year: 2019
203207
month: 1
@@ -207,7 +211,7 @@ references:
207211
visualization, and reporting
208212
title-short: <span class="nocase">easystats</span>
209213
type: software
210-
URL: https://github.com/easystats/easystats
214+
URL: https://easystats.github.io/easystats/
211215
version: %s
212216

213217
- id: effectsizeArticle
@@ -555,28 +559,28 @@ references:
555559
statistical models and data frames into textual reports suited for
556560
publication, ensuring standardization and quality in results reporting.
557561
accessed:
558-
- year: 2022
559-
month: 1
560-
day: 28
562+
- year: 2023
563+
month: 2
564+
day: 4
561565
author:
562566
- family: Makowski
563567
given: Dominique
564568
- family: Lüdecke
565569
given: Daniel
566-
- family: Ben-Shachar
567-
given: Mattan S.
568570
- family: Patil
569571
given: Indrajeet
570-
- family: Wiernik
571-
given: Brenton M.
572572
- family: Thériault
573573
given: Rémi
574+
- family: Ben-Shachar
575+
given: Mattan S.
576+
- family: Wiernik
577+
given: Brenton M.
574578
citation-key: reportPackage
575579
genre: R package
576580
issued:
577-
- year: 2022
581+
- year: 2023
578582
month: 2
579-
day: 22
583+
day: 04
580584
original-date:
581585
- year: 2021
582586
month: 4
@@ -586,7 +590,7 @@ references:
586590
statistical models
587591
title-short: <span class="nocase">report</span>
588592
type: software
589-
URL: https://CRAN.R-project.org/package=report
593+
URL: https://easystats.github.io/easystats/
590594
version: %s
591595

592596
- id: seeArticle

man/report-package.Rd

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

tests/testthat/test-report.aov.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test_that("report.aov", {
4848

4949
model <- aov(Sepal.Length ~ Species * Cat1 + Error(Cat2), data = data)
5050
r5 <- report(model, verbose = FALSE)
51-
expect_warning(report(model))
51+
expect_warning(report(model), "non-finite")
5252
expect_equal(
5353
c(
5454
ncol(as.report_table(r5, summary = TRUE)),

tests/testthat/test-report.data.frame.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test_that("report.numeric", {
1717
expect_null(summary(as.data.frame(r))$Mean)
1818
expect_null(summary(as.data.frame(r))$Min)
1919
expect_null(summary(as.data.frame(r))$MAD)
20-
expect_warning(report(c(0, 0, 0, 1, 1)))
20+
expect_warning(report(c(0, 0, 0, 1, 1)), "factor")
2121
})
2222

2323

0 commit comments

Comments
 (0)