-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 948 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
Package: psaverse
Title: Archive PSA Projects
Version: 0.0.0.9000
Authors@R: c(
person(given = "Leonardo",
family = "Marciaga",
email = "[email protected]",
role = c("aut")),
person(given = "Erin M.",
family = "Buchanan",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9689-4189")))
Description: This package will facilitate archiving and sharing all of the data and materials for Psychological Science Accelerator projects in a standardized, transparent way.
License: CC BY 4.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
usethis,
knitr,
backports,
rbibutils,
utils,
desc
Suggests:
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: http://psysciacc.org/psaverse/
Depends:
R (>= 2.10)
LazyData: true