Package: rnoaa Title: 'NOAA' Weather Data from R Description: Client for many 'NOAA' data sources including the 'NCDC' climate 'API' at , with functions for each of the 'API' 'endpoints': data, data categories, data sets, data types, locations, location categories, and stations. In addition, we have an interface for 'NOAA' sea ice data, the 'NOAA' severe weather inventory, 'NOAA' Historical Observing 'Metadata' Repository ('HOMR') data, 'NOAA' storm data via 'IBTrACS', tornado data via the 'NOAA' storm prediction center, and more. Version: 1.4.0 License: MIT + file LICENSE Encoding: UTF-8 Language: en-US Authors@R: c( person("Scott", "Chamberlain", role = c("aut"), email = "myrmecocystus@gmail.com", comment = c(ORCID = "0000-0003-1444-9135")), person("Daniel", "Hocking", role = c("aut","cre"), email = "djhocking@gmail.com", comment = c(ORCID = "0000-0003-1889-9184")), person("Brooke", "Anderson", role = "ctb"), person("Maëlle", "Salmon", role = "ctb"), person("Adam", "Erickson", role = "ctb"), person("Nicholas", "Potter", role = "ctb"), person("Joseph", "Stachelek", role = "ctb"), person("Alex", "Simmons", role = "ctb"), person("Karthik", "Ram", role = "ctb"), person("Hart", "Edmund", role = "ctb"), person("rOpenSci", role = "fnd", comment = c(ROR = "019jywm96")) ) URL: https://docs.ropensci.org/rnoaa/ (docs), https://github.com/ropensci/rnoaa (devel) BugReports: https://github.com/ropensci/rnoaa/issues LazyData: true Roxygen: list(markdown = TRUE) Imports: utils, crul (>= 0.7.0), lubridate, dplyr, tidyr, tidyselect, ggplot2, scales, XML, xml2, jsonlite, gridExtra, tibble, isdparser (>= 0.2.0), geonames, hoardr (>= 0.5.2), data.table Suggests: roxygen2 (>= 7.1.0), testthat, taxize, ncdf4, raster, leaflet, rgdal, purrr, vcr (>= 0.5.4), webmockr RoxygenNote: 7.2.1 X-schema.org-applicationCategory: Climate X-schema.org-keywords: earth, science, climate, precipitation, temperature, storm, buoy, NCDC, NOAA, tornadoe, sea ice, ISD X-schema.org-isPartOf: https://ropensci.org Config/pak/sysreqs: libicu-dev libxml2-dev libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-02-04 14:23:38 UTC RemoteUrl: https://github.com/ropensci/rnoaa RemoteRef: master RemoteSha: b26b4c53821c73161852730b6fdb9eafe23220df NeedsCompilation: no Packaged: 2026-06-16 08:43:26 UTC; root Author: Scott Chamberlain [aut] (ORCID: ), Daniel Hocking [aut, cre] (ORCID: ), Brooke Anderson [ctb], Maëlle Salmon [ctb], Adam Erickson [ctb], Nicholas Potter [ctb], Joseph Stachelek [ctb], Alex Simmons [ctb], Karthik Ram [ctb], Hart Edmund [ctb], rOpenSci [fnd] (ROR: ) Maintainer: Daniel Hocking Depends: R (>= 4.1.0)