Package: getCRUCLdata
Type: Package
Title: Download and Use CRU CL2.0 Climatology Data in R
Version: 0.1.2
Authors@R: person(given = "Adam", family = "Sparks", email = "adamhsparks@gmail.com", role = c("aut", "cre"))
Description: Provides functions that automate downloading and importing
University of East Anglia Climate Research Unit (CRU) CL2.0 climatology data
into R, facilitates the calculation of minimum temperature and maximum
temperature and formats the data into a tidy data frame or a list of raster
stack objects for use in an R session. CRU CL2.0 data are a gridded
climatology of 1961-1990 monthly means released in 2002 and cover all land
areas (excluding Antarctica) at 10-minute resolution. For more
information see the description of the data provided by the University of
East Anglia Climate Research Unit,
<https://crudata.uea.ac.uk/cru/data/hrg/tmc/readme.txt>.
License: MIT + file LICENSE
Depends: R (>= 3.0.0)
Imports:
curl,
dplyr,
plyr,
purrr (>= 0.2.0),
raster,
tidyr,
utils
LazyData: TRUE
RoxygenNote: 5.0.1
ByteCompile: TRUE
Suggests:
testthat,
knitr,
rmarkdown,
covr
URL: https://github.com/adamhsparks/getCRUCLdata
BugReports: https://github.com/adamhsparks/getCRUCLdata/issues
VignetteBuilder: knitr
Confirm each of the following by checking the box. This package:
Summary
What does this package do? (explain in 50 words or less):
The getCRUCLdata package provides two functions that automate downloading and importing CRU CL2.0 climatology data, facilitates the calculation of minimum temperature and maximum temperature, and formats the data into a tidy data frame or a list of raster stack objects for use in an R session or easily exports to a raster format file for use in a geographic information system (GIS).
Paste the full DESCRIPTION file inside a code block below:
URL for the package (the development repository, not a stylized html page):
https://github.com/adamhsparks/getCRUCLdata
Who is the target audience?
Anyone interested in using climate data or generating raster files from the CRU CL2.0 data that are easy to use in a GIS
Are there other R packages that accomplish the same thing? If so, what is different about yours?
Not that I'm aware of
Requirements
Confirm each of the following by checking the box. This package:
Publication options
paper.mdwith a high-level description in the package root or ininst/.Detail
Does
R CMD check(ordevtools::check()) succeed? Paste and describe any errors or warnings:Does the package conform to rOpenSci packaging guidelines? Please describe any exceptions:
If this is a resubmission following rejection, please explain the change in circumstances:
If possible, please provide recommendations of reviewers - those with experience with similar packages and/or likely users of your package - and their GitHub user names:
Ivan Hanigan, https://github.com/ivanhanigan