-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.73 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: ohcleandat
Type: Package
Title: One Health Data Cleaning and Quality Checking Package
Version: 0.3.11
Authors@R: c(
person("Collin", "Schwantes", email = "[email protected]", role = c("cre", "aut"), comment = c(ORCID = "0000-0003-4014-4896")),
person("Johana", "Teigen", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-6209-2321")),
person("Ernest", "Guevarra", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-4887-4415")),
person("Dean", "Marchiori", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-3430-7225")),
person("Melinda", "Rostal", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0002-6563-5280")),
person("EcoHealth Alliance", role = c("cph", "fnd"),comment = c(RORID = "https://ror.org/02zv3m156")))
Maintainer: Collin Schwantes <[email protected]>
Description: This package provides useful functions to orchestrate analytics and data cleaning pipelines for One Health projects.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2.9000
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
arsenal,
containerTemplateUtils (>= 0.0.0.9006),
dplyr,
frictionless,
fs,
googledrive,
googlesheets4,
here,
purrr,
rdrop2 (>= 0.8.2.2),
readr,
readxl,
rlang,
ruODK (>= 1.4.9.9002),
stringi,
stringr,
tibble,
tidyr,
tidyselect,
utils,
validate
Remotes:
ecohealthalliance/containerTemplateUtils,
fcampelo/rdrop2,
ropensci/ruODK
URL: https://ecohealthalliance.github.io/ohcleandat/
Depends:
R (>= 2.10)
Roxygen: list(markdown = TRUE)