-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.33 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
Package: envsetup
Title: Support the Setup of the R Environment for Clinical Trial Programming Workflows
Version: 0.2.0
Authors@R: c(
person("Nicholas", "Masel", email = "nmasel@its.jnj.com", role = c("aut", "cre")),
person("Mike", "Stackhouse", email = "mike.stackhouse@atorusresearch.com", role = c("aut"), comment = c(ORCID = "0000-0001-6030-723X")),
person("Aidan", "Ceney", email = "aidan.ceney@atorusresearch.com", role = "aut"),
person("Janssen R&D", role = c("cph", "fnd")),
person("Atorus Research LLC", role = "cph")
)
Description: The purpose of this package is to support the setup the R environment.
The two main features are 'autos', to automatically source files and/or
directories into your environment, and 'paths' to consistently set path objects
across projects for input and output. Both are implemented using a configuration
file to allow easy, custom configurations that can be used for multiple
or all projects.
License: Apache License 2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
config,
fs,
purrr,
rlang,
usethis
Suggests:
rmarkdown,
testthat,
knitr,
kableExtra,
magrittr,
devtools,
readr,
tidyr,
withr,
lintr,
styler,
renv,
covr
VignetteBuilder: knitr
Config/testthat/edition: 3