forked from ISCN/SOCDRaHR2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 799 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
Package: SoilDataR
Type: Package
Title: Scripts to read in and harmonize different digital soil data archives
Version: 0.0.1
Authors@R: c(person("Todd-Brown", "K", email = "ktoddbrown@gmail.com",
role = c("aut", "cre")))
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
URL: https://github.com/ktoddbrown/soilDataR
BugReport: https://github.com/ktoddbrown/soilDataR/issues
License: file LICENSE
Encoding: UTF-8
LazyData: true
Imports: dplyr (>= 0.5.0),
reshape2 (>= 1.4),
readxl (>= 1.0.0),
stringr (>= 1.2.0),
readr (>= 1.1.1),
assertthat(>= 0.2.0),
tidyr (>= 0.6.3)
Suggests:
knitr (>= 1.10),
rmarkdown (>= 1.5),
testthat (>= 1.0)
VignetteBuilder: knitr
RoxygenNote: 6.0.1