Package: getRad
Title: Download Radar Data for Biological Research
Version: 0.2.2
Authors@R: c(
    person("Bart", "Kranstauber", , "b.kranstauber@uva.nl", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-8303-780X", affiliation = "University of Amsterdam")),
    person("Pieter", "Huybrechts", , "pieter.huybrechts@inbo.be", role = "aut",
           comment = c(ORCID = "0000-0002-6658-6062", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Peter", "Desmet", , "peter.desmet@inbo.be", role = "aut",
           comment = c(ORCID = "0000-0002-8442-8025", affiliation = "Research Institute for Nature and Forest (INBO)")),
    person("Cecilia", "Nilsson", , "cecilia.nilsson@biol.lu.se", role = "ctb",
           comment = c(ORCID = "0000-0001-8957-4411", affiliation = "Lund University")),
    person("Alexander", "Tedeschi", , "at744@cornell.edu", role = "ctb",
           comment = c(ORCID = "0000-0003-0772-6931", affiliation = "Cornell Lab of Ornithology")),
    person("Hidde", "Leijnse", role = "ctb",
           comment = c(ORCID = "0000-0001-7835-4480", affiliation = "Royal Netherlands Meteorological Institute")),
    person("Bart", "Hoekstra", role = "ctb",
           comment = c(ORCID = "0000-0002-7085-3805", affiliation = "University of Amsterdam")),
    person("University of Amsterdam", role = "cph",
           comment = c(ROR = "04dkp9463")),
    person("Biodiversa+", role = "fnd",
           comment = "https://hirad.science/")
  )
Description: Load polar volume and vertical profile data for
    aeroecological research directly into R. With 'getRad' you can access
    data from several sources in Europe and the US and standardize it to
    facilitate further exploration in tools such as 'bioRad'.
License: MIT + file LICENSE
URL: https://github.com/aloftdata/getRad,
    https://aloftdata.github.io/getRad/
BugReports: https://github.com/aloftdata/getRad/issues
Depends: 
    R (>= 4.1.0)
Imports: 
    bioRad,
    cachem,
    cli,
    dplyr (>= 1.1.0),
    glue,
    httr2 (>= 1.1.1),
    lubridate,
    purrr (>= 1.0.0),
    rlang,
    tibble,
    tools,
    utils,
    vroom,
    withr,
    xml2
Suggests:
    askpass,
    htmltools,
    keyring,
    knitr,
    leaflet,
    rhdf5,
    rnaturalearth,
    rnaturalearthdata,
    sf,
    testthat (>= 3.0.0),
    tidyr,
    vol2birdR
VignetteBuilder: 
    knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/Needs/website: 
    rmarkdown,
    leafpop,
    htmltools
