Package: plnr Title: A Framework for Planning and Executing Analyses Version: 2025.11.22 Authors@R: c( person(c("Richard","Aubrey"), "White", email = "hello@rwhite.no", role = c("aut", "cre"),comment = c(ORCID = "0000-0002-6747-1726")) ) Description: A comprehensive framework for planning and executing analyses in R. It provides a structured approach to running the same function multiple times with different arguments, executing multiple functions on the same datasets, and creating systematic analyses across multiple strata or variables. The framework is particularly useful for applying the same analysis across multiple strata (e.g., locations, age groups), running statistical methods on multiple variables (e.g., exposures, outcomes), generating multiple tables or graphs for reports, and creating systematic surveillance analyses. Key features include efficient data management, structured analysis planning, flexible execution options, built-in debugging tools, and hash-based caching. License: MIT + file LICENSE URL: https://www.rwhite.no/plnr/, https://github.com/raubreywhite/plnr BugReports: https://github.com/raubreywhite/plnr/issues Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0) Imports: data.table, digest, fs, foreach, glue, pbmcapply, purrr, R6, stats, tidyr, usethis, utils, uuid Suggests: testthat, knitr, rmarkdown, progressr, ggplot2, readxl, magrittr Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: knitr Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libuv1-dev libssl-dev libx11-dev Repository: https://raubreywhite.r-universe.dev Date/Publication: 2026-06-29 15:42:26 UTC RemoteUrl: https://github.com/raubreywhite/plnr RemoteRef: HEAD RemoteSha: e46faab0d5e8f8f2c2e3410a8601af901e7f321d NeedsCompilation: no Packaged: 2026-06-29 15:28:32 UTC; root Author: Richard Aubrey White [aut, cre] (ORCID: ) Maintainer: Richard Aubrey White