-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.3 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: plnr
Title: A System for Planing Analyses
Version: 2022.11.23
Authors@R: c(
person(c("Richard","Aubrey"), "White", email = "[email protected]", role = c("aut", "cre"),comment = c(ORCID = "0000-0002-6747-1726")),
person("CSIDS", email = "[email protected]", role = c("cph"))
)
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,
digest,
fs,
foreach,
glue,
pbmcapply,
purrr,
R6,
stats,
usethis,
utils,
uuid
Suggests: testthat,
knitr,
rmarkdown,
progressr,
ggplot2,
readxl,
magrittr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
VignetteBuilder: knitr