Skip to content

Commit

Permalink
Pass cran checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlong-liu committed Mar 23, 2018
1 parent 6a4c766 commit 37b5837
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 19 deletions.
18 changes: 10 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Package: usfertilizer
Type: Package
Title: County-level Estimates of Fertilizer Application in US
Version: 0.1.0
Author: Wenlong Liu
Title: County-Level Estimates of Fertilizer Application in US
Version: 0.1.1
Authors@R: c(
person("Wenlong", "Liu", role = c("aut","cre"),
email = 'wliu14@ncsu.edu')
)
Maintainer: Wenlong Liu <wliu14@ncsu.edu>
Description: Usfertilizer is used to explore and visualize the
county-level estimates of fertilizer, nitrogen and phosphorus, from 1945
to 2012. The dataset were originally generated by USGS based on the sales
data of commercial fertilizer. See \code{
[here]<https://www.sciencebase.gov/catalog/item/5851b2d1e4b0f99207c4f238/> }for details.
Description: Compiled and cleaned the county-level estimates of fertilizer,
nitrogen and phosphorus, from 1945 to 2012. The dataset were originally
generated by USGS based on the sales data of commercial fertilizer.
See <https://www.sciencebase.gov/catalog/item/5851b2d1e4b0f99207c4f238/> for details.
Usfertilizer utilized the tidyverse to clean the original data and provide
user-friendly dataframe. Please note that USGS does not endorse this package and this package
does not include manure data. Also data from 1986 is not available for now.
Expand Down
4 changes: 4 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
#' \item{Farm.Type}{The land use type of fertilizer, e.g. farm and nonfarm}
#' ...
#' }
#' @examples
#' require(usfertilizer)
#' data(us_fertilizer_county)

"us_fertilizer_county"
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Usfertilizer summarized the estimated county level data from USGS and provided a

Please note that USGS does not endorse this package and this package does not include manure data. Also data from 1986 is not available for now.

Installment
-----------
Installation
------------

For now, you can install it via my Github Repository.

Expand Down
4 changes: 4 additions & 0 deletions man/us_fertilizer_county.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 19 additions & 8 deletions man/usfertilizer-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion readme.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Usfertilizer summarized the estimated county level data from USGS and provided a

Please note that USGS does not endorse this package and this package does not include manure data. Also data from 1986 is not available for now.

## Installment
## Installation
For now, you can install it via my Github Repository.

```{r, eval=FALSE}
Expand Down

0 comments on commit 37b5837

Please sign in to comment.