forked from ScottishCovidResponse/SCRCdata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 969 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
Package: SCRCdata
Type: Package
Title: Processing scripts for the SCRC data pipeline
Version: 0.1.0
Authors@R: c(person("Sonia", "Mitchell", email = "[email protected]",
role = c("cre", "aut"), comment = c(ORCID = "0000-0003-1536-2066")),
person("Ciaran", "McMonagle", email = "[email protected]",
role = "ctb", comment = c(ORCID = "0000-0002-1325-2413")),
person("Nardus", "Mollentze", email = "",
role = "ctb", comment = c(ORCID = "")),
person("Ryan", "Field", email = "",
role = "ctb", comment = c(ORCID = "")))
Description: Processing scripts for the SCRC data pipeline
License: GPL-3
Imports:
aRxiv,
assertthat,
dplyr,
readr,
readxl,
reshape2,
revtools,
rjson,
SCRCdataAPI,
sf,
tibble
Suggests:
usethis
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Depends:
R (>= 2.10)