Type: Package
Package: getCRUCLdata
Title: 'CRU' 'CL' v. 2.0 Climatology Client
Version: 1.0.3
Authors@R: c(
    person("Adam H.", "Sparks", , "adamhsparks@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0061-8359")),
    person("Curtin University of Technology", role = "cph",
           comment = "Provided support through Adam Sparks's time."),
    person("Grains Research and Development Corporation", role = c("cph"),
           comment = "GRDC Project CUR2210-005OPX (AAGI-CU)")
  )
Description: Provides functions that automate downloading and importing
    University of East Anglia Climate Research Unit ('CRU') 'CL' v. 2.0
    climatology data, facilitates the calculation of minimum temperature
    and maximum temperature and formats the data into a data.table object
    or a list of 'terra' 'rast' objects for use.  'CRU' 'CL' v. 2.0 data
    are a gridded climatology of 1961-1990 monthly means released in 2002
    and cover all land areas (excluding Antarctica) at 10 arc minutes
    (0.1666667 degree) 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
URL: https://github.com/ropensci/getCRUCLdata,
    https://docs.ropensci.org/getCRUCLdata/
BugReports: https://github.com/ropensci/getCRUCLdata/issues
Depends:
    R (>= 4.0.0)
Imports:
    cli,
    curl,
    data.table,
    hoardr,
    rlang,
    terra,
    utils
Suggests:
    ggplot2,
    knitr,
    rappdirs,
    rmarkdown,
    roxygen2,
    roxyglobals,
    spelling,
    testthat,
    viridis,
    withr
VignetteBuilder: 
    knitr
ByteCompile: TRUE
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/roxylint: list(linters = roxylint::tidy)
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "roxyglobals::global_roclet", "roxylint::roxylint", "devtag::dev_roclet"))
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Tools
X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: anglia-cru, climate-data, cru-cl2, temperature,
    rainfall, elevation, data-access, wind, relative-humidity,
    solar-radiation, diurnal-temperature, frost
Config/Needs/build: moodymudskipper/devtag
