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
RoxygenNote: 7.3.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-11-22 20:54:03 UTC; raw996
Author: Richard Aubrey White [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-6747-1726>)
Maintainer: Richard Aubrey White <hello@rwhite.no>
Repository: CRAN
Date/Publication: 2025-11-22 21:10:02 UTC
Built: R 4.5.2; ; 2026-01-23 04:11:17 UTC; windows
