Package: weathercan Type: Package Title: Download Weather Data from Environment and Climate Change Canada Version: 1.0.0 Authors@R: c( person("Steffi", "LaZerte", email = "sel@steffilazerte.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7690-8360")), person("Sam", "Albers", email = "sam.albers@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0002-9270-7884")), person("Nick", "Brown", email = "nicholas512@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-2719-0671")), person("Kevin", "Cazelles", email = "kevin.cazelles@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0001-6619-9874")), person("Richard", "Littauer", email = "richard.littauer@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0001-5428-7535")), person("Shandiya", "Balasubramaniam", role = "ctb", comment = c(ORCID = "0000-0001-9928-9964")), person("Mark", "Ciechanowski", role = "ctb", comment = c(ORCID = "0000-0002-3732-5939")), person("Jeremy", "Selva", email = "jeremy1189.jjs@gmail.com", role = "ctb", comment = c(ORCID = "0000-0002-4498-2662")), person(c("Kelli", "F."), "Johnson", email = "kelli.johnson@noaa.gov", role = c("ctb"), comment = c(ORCID = "0000-0002-5149-451X")), person("Russ", "Allen", email = "mbr@historicip.com", role = c("ctb")), person("Everett", "Snieder", email = "everett.snieder@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0003-4997-3404")), person("Josh", "Persi", email = "joshpersi@gmail.com", role = c("ctb"), comment = c(ORCID = "0000-0002-2700-6483")), person("Mahjabin", "Oyshi", email = "oyshimahjabin3@gmail.com", role = c("ctb"), comment = c(ORCID = "0009-0000-7992-6727")) ) Description: Provides means for downloading historical weather data from the Environment and Climate Change Canada website (). Data can be downloaded from multiple stations and over large date ranges and automatically processed into a single dataset. Tools are also provided to identify stations either by name or proximity to a location. License: GPL-3 Language: en-CA BugReports: https://github.com/ropensci/weathercan/issues/ LazyData: TRUE URL: https://docs.ropensci.org/weathercan/, https://github.com/ropensci/weathercan/ Depends: R (>= 4.1.0) Imports: dplyr (>= 1.0.0), lubridate (>= 1.7.1), memoise (>= 2.0.0), purrr (>= 1.0.0), rlang (>= 0.1.4), readr (>= 2.0.0), stringi (>= 1.1.2), stringr (>= 1.4.0), tidyr (>= 1.1.3), rappdirs (>= 0.3.3), httr2 (>= 1.2.2), cli (>= 3.6.6) RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Suggests: devtools, ggplot2, htmltools, knitr, lutz, mockery, rmarkdown, sf, testthat (>= 3.0.0), withr VignetteBuilder: knitr Encoding: UTF-8 Config/testthat/edition: 3 Config/pak/sysreqs: libicu-dev libssl-dev libx11-dev Repository: https://r-multiverse.r-universe.dev Date/Publication: 2026-06-17 14:48:39 UTC RemoteUrl: https://github.com/ropensci/weathercan RemoteRef: v1.0.0 RemoteSha: a92156e7f91d027224fa62df797327ae1397b97d NeedsCompilation: no Packaged: 2026-07-01 09:10:40 UTC; root Author: Steffi LaZerte [aut, cre] (ORCID: ), Sam Albers [aut] (ORCID: ), Nick Brown [ctb] (ORCID: ), Kevin Cazelles [ctb] (ORCID: ), Richard Littauer [ctb] (ORCID: ), Shandiya Balasubramaniam [ctb] (ORCID: ), Mark Ciechanowski [ctb] (ORCID: ), Jeremy Selva [ctb] (ORCID: ), Kelli F. Johnson [ctb] (ORCID: ), Russ Allen [ctb], Everett Snieder [ctb] (ORCID: ), Josh Persi [ctb] (ORCID: ), Mahjabin Oyshi [ctb] (ORCID: ) Maintainer: Steffi LaZerte