Package: plnr 2025.3.19

plnr: A Framework for Planning and Executing Analyses
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.
Authors:
plnr_2025.3.19.tar.gz
plnr_2025.3.19.zip(r-4.5)plnr_2025.3.19.zip(r-4.4)plnr_2025.3.19.zip(r-4.3)
plnr_2025.3.19.tgz(r-4.5-any)plnr_2025.3.19.tgz(r-4.4-any)plnr_2025.3.19.tgz(r-4.3-any)
plnr_2025.3.19.tar.gz(r-4.5-noble)plnr_2025.3.19.tar.gz(r-4.4-noble)
plnr_2025.3.19.tgz(r-4.4-emscripten)plnr_2025.3.19.tgz(r-4.3-emscripten)
plnr.pdf |plnr.html✨
plnr/json (API)
NEWS
# Install 'plnr' in R: |
install.packages('plnr', repos = c('https://csids.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/csids/plnr/issues
Pkgdown site:https://www.csids.no
- nor_covid19_cases_by_time_location - Covid-19 data for PCR-confirmed cases in Norway
Last updated 9 days agofrom:cc2c3e1837. Checks:9 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 19 2025 |
R-4.5-win | OK | Mar 19 2025 |
R-4.5-mac | OK | Mar 19 2025 |
R-4.5-linux | OK | Mar 19 2025 |
R-4.4-win | OK | Mar 19 2025 |
R-4.4-mac | OK | Mar 19 2025 |
R-4.4-linux | OK | Mar 19 2025 |
R-4.3-win | OK | Mar 19 2025 |
R-4.3-mac | OK | Mar 19 2025 |
Exports:create_rmarkdownexample_action_fnexample_data_fn_nor_covid19_cases_by_time_locationexpand_listget_anythingis_run_directlyPlanset_optstest_action_fntry_again
Dependencies:askpassclicliprcodetoolscrayoncredentialscurldata.tabledescdigestforeachfsgertghgitcredsgluehttr2iniiteratorsjsonlitelifecyclemagrittropensslpbmcapplypurrrR6rappdirsrlangrprojrootrstudioapisysusethisuuidvctrswhiskerwithryamlzip
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create an example R Markdown project structure | create_rmarkdown |
Example action function for demonstrating analysis structure | example_action_fn |
An example data_fn that returns a data set | example_data_fn_nor_covid19_cases_by_time_location |
Create a cross product of lists | expand_list |
Get objects with package namespace support | get_anything |
Check if code is being run directly or from within a function | is_run_directly |
Covid-19 data for PCR-confirmed cases in Norway (nation and county) | nor_covid19_cases_by_time_location |
R6 Class for Planning and Executing Analyses | Plan |
Set package configuration options | set_opts |
Test action function that returns a constant value | test_action_fn |
Retry code execution with exponential backoff | try_again |