-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
48 lines (48 loc) · 1.56 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
44
45
46
47
48
Package: rcompendium
Type: Package
Title: Create a Package or Research Compendium Structure
Version: 1.3.9000
Authors@R: c(
person(given = "Nicolas",
family = "Casajus",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5537-5294")))
Description: Makes easier the creation of R package or research compendium
(i.e. a predefined files/folders structure) so that users can focus on the
code/analysis instead of wasting time organizing files. A full
ready-to-work structure is set up with some additional features: version
control, remote repository creation, CI/CD configuration (check package
integrity under several OS, test code with 'testthat', and build and deploy
website using 'pkgdown'). This package heavily relies on the R packages
'devtools' and 'usethis' and follows recommendations made by Wickham H.
(2015) <ISBN:9781491910597> and Marwick B. et al. (2018)
<doi:10.7287/peerj.preprints.3192v2>.
URL: https://github.com/FRBCesab/rcompendium, https://frbcesab.github.io/rcompendium/
BugReports: https://github.com/FRBCesab/rcompendium/issues
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 2.10)
Imports:
cffr,
cli,
devtools,
gert,
gh,
gtools,
renv,
rmarkdown,
rstudioapi,
stringr,
usethis,
utils,
xfun
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests:
fs,
knitr,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3