-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 958 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
Package: dauRtemplate
Title: Creates a standard folder structure for DAU projects in RStudio
Version: 0.1.0.9000
Authors@R:
c(person(given = "Jake",
family = "Tufts",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0009-0008-3798-8805")),
person(given = "Ben",
family = "Smith",
role = "ctb"),
person(given = "Jonas",
family = "Hagenberg",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1849-1106")))
Description: This package provides an RStudio template that starts a new RStudio
project with a standard folder structure for DAU analysis and package projects.
Encoding: UTF-8
License: GPL-3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests:
testthat,
renv,
waldo
Imports:
usethis,
utils,
withr