-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.64 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
52
Package: soilHarmonization
Type: Package
Title: Homogenize LTER Soil Organic Matter Working Group data and notes
Version: 0.1.0
Authors@R:
c(
person(given = "Stevan",
family = "Earl",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCiD = "https://orcid.org/0000-0002-4465-452X")),
person(given = "Derek",
family = "Pierson",
email = "[email protected]",
role = c("aut"),
comment = c(ORCiD = "https://orcid.org/0000-0003-3413-1693")),
person(given = "William",
family = "Wieder",
email = "[email protected]",
role = c("aut"),
comment = c(ORCiD = "https://orcid.org/0000-0001-7116-1985"))
)
Maintainer: The package maintainer <[email protected]>
Description: Imports data and a key
translation file from a Google Directory that the user is able to access.
Data are homogenized to feature common header names and units, and
dataset-level notes appended to each data file. Output includes
standardized data and notes to a local directory on the user's computer
that are also uploaded to the Google Directory identified by the user as
containing the source data and key translation file. Modified data are
appeneded with the string "HMGZD".
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Imports:
googlesheets4,
googledrive,
tools,
stringr,
dplyr,
tidyr,
purrr,
readr,
tibble,
pander,
fuzzyjoin,
ggplot2,
rmarkdown,
openxlsx
Remotes: awalker89/openxlsx
RoxygenNote: 7.1.0