-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
28 lines (28 loc) · 1.13 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
Package: prodigenr
Title: Research Project Directory Generator
Version: 0.7.0
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
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-12-13 18:09:52 UTC; luke
Author: Luke Johnston [aut, cre] (<https://orcid.org/0000-0003-4169-2616>)
Maintainer: Luke Johnston <[email protected]>
Repository: CRAN
Date/Publication: 2024-12-13 18:30:02 UTC