-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.03 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
Package: ggfertilizer
Type: Package
Title: Retrieve, Summarize and Visualize the Fertilizer Data in USA
Version: 0.0.4
Authors@R: c(
person("Wenlong", "Liu", role = c("aut","cre"),
email = 'wliu14@ncsu.edu',
comment = c(ORCID = "0000-0002-2271-3541"))
)
Maintainer: Wenlong Liu <wliu14@ncsu.edu>
Description: Summarize the count-level fertilizer data in USA from 1945 to 2012. Users can quickly retrieve
fertilizer data in Tidy format. There are also built-in APIs for users to conduct spatial analysis and
provide reproducible research output.
License: GPL-3 + file LICENSE
URL: https://github.com/wenlong-liu/ggfertilizer, https://wenlong-liu.github.io/ggfertilizer
BugReports: https://github.com/wenlong-liu/ggfertilizer/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 2.10),
usfertilizer
Imports: dplyr,
stringr,
ggplot2,
mapproj,
maps,
scales,
viridis,
datasets,
stats
Suggests: knitr,
rmarkdown,
testthat,
ggsn
VignetteBuilder: knitr
RoxygenNote: 6.0.1