Package: plnr
Title: A System for Planing Analyses
Version: 2022.11.23
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 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.
License: MIT + file LICENSE
URL: https://www.csids.no/plnr/, https://github.com/csids/plnr
BugReports: https://github.com/csids/plnr/issues
Encoding: UTF-8
LazyData: true
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
RoxygenNote: 7.1.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-11-23 15:51:37 UTC; rstudio
Author: Richard Aubrey White [aut, cre]
    (<https://orcid.org/0000-0002-6747-1726>)
Maintainer: Richard Aubrey White <hello@rwhite.no>
Repository: CRAN
Date/Publication: 2022-11-23 16:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 11:32:32 UTC; unix
