From d2013f8cfd7cb3404d22e7cb324fc325b2dbd18d Mon Sep 17 00:00:00 2001 From: Mikkel Helding Vembye Date: Tue, 13 Feb 2024 19:06:42 +0100 Subject: [PATCH] 0.2.0 --- CRAN-submission-steps.R | 10 +++++----- README.Rmd | 4 ++-- README.md | 8 ++++---- cran-comments.md | 32 ++++++++++++++++---------------- 4 files changed, 27 insertions(+), 27 deletions(-) diff --git a/CRAN-submission-steps.R b/CRAN-submission-steps.R index b4af849..7ce3971 100644 --- a/CRAN-submission-steps.R +++ b/CRAN-submission-steps.R @@ -1,15 +1,15 @@ # Locally -devtools::spell_check() # fix any spelling errors - 9 false positives +devtools::spell_check() # fix any spelling errors - still 9 false positives devtools::check() # run local package check [DONE] # Check the package under various architectures, using CRAN build configurations -devtools::check_win_devel() # Tested 1 note about DOIs -devtools::check_win_release() # Tested 1 note about DOIs +devtools::check_win_devel() # Tested 1 note about maintainer +devtools::check_win_release() # Tested 1 note about maintainer devtools::check_win_oldrelease() # Tested 1 note about maintainer devtools::check_mac_release() # Tested Succeeded -rhub::check_for_cran() # Tested note about maintainer and DOIs +rhub::check_for_cran() # Tested note about maintainer rhub::check_on_debian() # Succeeded - +revdepcheck::revdep_check(num_workers = 4) # After all checks complete devtools::release() # final checklist, build and submit package diff --git a/README.Rmd b/README.Rmd index 6bd24be..e74f78a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -255,7 +255,7 @@ Pustejovsky, J. E., & Tipton E. (2021). Meta-analysis with robust variance estim Van den Noortgate, W., López-López, J., Marín-Martínez, F., & Sánchez-Meca, J. (2013). Three-level meta-analysis of dependent effect sizes. *Behavior Research Methods*, 45(2), 576–594. -Vembye, M. H., Pustejovsky, J. E., & Pigott, T. D. (2022). Power approximations for overall average effects in meta-analysis with dependent effect sizes. *Journal of Educational and Behavioral Statistics*, 1–33. +Vembye, M. H., Pustejovsky, J. E., & Pigott, T. D. (2022). Power approximations for overall average effects in meta-analysis with dependent effect sizes. *Journal of Educational and Behavioral Statistics*, 1–33. -Vembye, M. H., Pustejovsky, J. E., & Pigott, T. D. (2024). Conducting Power Analysis for Meta-Analysis of Dependent Effect Sizes: Common Guidelines and an Introduction to the POMADE R package. +Vembye, M. H., Pustejovsky, J. E., & Pigott, T. D. (2024). Conducting Power Analysis for Meta-Analysis of Dependent Effect Sizes: Common Guidelines and an Introduction to the POMADE R package. *MetaArXiv*. diff --git a/README.md b/README.md index 95684da..da203bc 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ system.time( ) ) #> user system elapsed -#> 33.38 0.58 34.30 +#> 33.68 0.46 34.22 plan(multisession, workers = 2) @@ -309,7 +309,7 @@ system.time( ) ) #> user system elapsed -#> 0.14 0.01 23.07 +#> 0.10 0.01 22.50 identical(res_seq, res_par) #> [1] TRUE @@ -338,9 +338,9 @@ sizes. *Behavior Research Methods*, 45(2), 576–594. Vembye, M. H., Pustejovsky, J. E., & Pigott, T. D. (2022). Power approximations for overall average effects in meta-analysis with dependent effect sizes. *Journal of Educational and Behavioral -Statistics*, 1–33. +Statistics*, 1–33. Vembye, M. H., Pustejovsky, J. E., & Pigott, T. D. (2024). Conducting Power Analysis for Meta-Analysis of Dependent Effect Sizes: Common -Guidelines and an Introduction to the POMADE R package. +Guidelines and an Introduction to the POMADE R package. *MetaArXiv*. diff --git a/cran-comments.md b/cran-comments.md index d3c3bfa..c700f4e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,11 +1,10 @@ ## Submission -This is the first version of POMADE. The package provides functions for conducting power analysis for overall average effects in meta-analysis with dependent effect sizes. In this submission, we have reduced the unit test computation times by over 50%, so that the total time for checking the package should now be less than 10 minutes. +This is the second version of POMADE. The package provides functions for conducting power analysis for overall average effects in meta-analysis with dependent effect sizes. In this submission, we corrected the formula for expectation of tau-squared estimator in the CE-RVE model, in accordance with a published corrigendum in Journal for Educational and Behavioral Statistics. ## Test environments -* local Windows 10 Enterprise, R 4.2.0 -* local Windows 11 Pro, R 4.1.2 +* local Windows 10 Enterprise, R 4.3.1 * ubuntu 20.04.3 LTS (on Github), R devel, release, oldrelease * macOS-latest (on Github), R release * windows-latest (on Github), R release @@ -21,20 +20,21 @@ This is the first version of POMADE. The package provides functions for conducti There were no ERRORs or WARNINGs. -There were 2 NOTEs: +There were 2 NOTE: -* ONLY on win-builder oldrelease: Found the following (possibly) invalid URLs: - URL: https://doi.org/10.1037/1082-989X.6.3.203 - From: man/power_MADE.Rd - Status: 400 - Message: Bad Request - URL: https://doi.org/10.3102/10769986221127379 - From: man/power_MADE.Rd - Status: 503 - Message: Service Unavailable +* Found the following (possibly) invalid URLs: Service Unavailable URL: https://doi.org/10.1002/jrsm.5 From: inst/doc/cwbmeta.html Status: 503 Message: Service Unavailable -The flagged URLs are correct. +The flagged URLs and DOI are correct. -* ONLY on Fedora Linux (r-hub): checking HTML version of manual ... NOTE Skipping checking HTML validation: no command 'tidy' found. -We are not able to change that Tidy is not on the path, or update Tidy on the external Fedora Linux server. +* ONLY on Fedora Linux (r-hub): checking HTML version of manual ... NOTE Skipping checking HTML validation: no command 'tidy' found. + +We are not able to change that Tidy is not on the path, or update Tidy on the external Fedora Linux server + +## revdepcheck results + +We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. + + * We saw 0 new problems + * We failed to check 0 packages +