A system to plan analyses within the mental model where you have one (or more) datasets and want to run either A) the same function multiple times with different arguments, or B) multiple functions. This is appropriate when you have multiple strata (e.g. locations, age groups) that you want to apply the same function to, or you have multiple variables (e.g. exposures) that you want to apply the same statistical method to, or when you are creating the output for a report and you need multiple different tables or graphs.
Version: | 2022.6.8 |
Depends: | R (≥ 3.3.0) |
Imports: | data.table, R6, uuid, foreach, fs, glue, usethis, purrr, utils, digest, stats |
Suggests: | testthat, knitr, rmarkdown, progressr, ggplot2, readxl, magrittr |
Published: | 2022-06-09 |
Author: | Richard Aubrey White [aut, cre], Folkehelseinstituttet [cph] |
Maintainer: | Richard Aubrey White <hello at rwhite.no> |
BugReports: | https://github.com/sykdomspulsen-org/plnr/issues |
License: | MIT + file LICENSE |
URL: | https://docs.sykdomspulsen.no/plnr/, https://github.com/sykdomspulsen-org/plnr |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | plnr results |
Reference manual: | plnr.pdf |
Vignettes: |
Adding Analyses to a Plan Introduction to plnr |
Package source: | plnr_2022.6.8.tar.gz |
Windows binaries: | r-devel: plnr_2022.6.8.zip, r-release: plnr_2022.6.8.zip, r-oldrel: plnr_2022.6.8.zip |
macOS binaries: | r-release (arm64): plnr_2022.6.8.tgz, r-oldrel (arm64): plnr_2022.6.8.tgz, r-release (x86_64): plnr_2022.6.8.tgz, r-oldrel (x86_64): plnr_2022.6.8.tgz |
Please use the canonical form https://CRAN.R-project.org/package=plnr to link to this page.