-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
35 lines (35 loc) · 995 Bytes
/
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
Package: prodigenr
Title: Research Project Directory Generator
Version: 0.6.2.9000
Authors@R:
person("Luke", "Johnston", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4169-2616"))
Description: Create a project directory structure, along with typical
files for that project. This allows projects to be quickly and easily
created, as well as for them to be standardized. Designed specifically
with scientists in mind (mainly bio-medical researchers, but likely
applies to other fields).
License: MIT + file LICENSE
URL: https://github.com/rostools/prodigenr,
https://rostools.github.io/prodigenr/
BugReports: https://github.com/rostools/prodigenr/issues
Depends:
R (>= 4.0.0)
Imports:
cli,
fs,
gert,
rlang,
rprojroot,
whisker,
withr
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2