Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 955 Bytes

File metadata and controls

22 lines (18 loc) · 955 Bytes

Submission

  • Resubmission after archival for policy violation (internet resource access).
  • Vignette code no longer downloads external URLs (OSF)
    • Data has been subset, compressed, and included in inst/extdata.

Test environments

  • local macOS (aarch64-apple-darwin20), R 4.5.1

R CMD check results

0 errors | 0 warnings | 0 notes

Particularities

  • This package uses rmarkdown partials, i.e. some of the functions are designed to render Rmd files as children of larger Rmd files. I put these files in the inst/ folder, their names start with _ (suggested convention in the rmarkdown documentation). I tried to make sure that these were still well-tested and they are part of the testing run. Still, this leads to some packages being imported that are only used inside the Rmds (namely graphics and jsonlite) and tests. I tried to put nontrivial R code into functions, but some minor processing happens in the Rmds.