Package: RClimacell Title: R Wrapper for the 'Climacell' API Version: 0.1.4 Authors@R: person(given = "Nikhil", family = "Agarwal", role = c("aut", "cre"), email = "gitnik@niks.me", comment = c(ORCID = "0000-0003-1470-7472")) Description: 'Climacell' is a weather platform that provides hyper-local forecasts and weather data. This package enables the user to query the core layers of the time line interface of the 'Climacell' v4 API . This package requires a valid API key. See vignettes for instructions on use. License: MIT + file LICENSE URL: https://nikdata.github.io/RClimacell/ BugReports: https://github.com/nikdata/RClimacell/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Imports: dplyr (>= 1.0.0), magrittr (>= 2.0.1), stringr (>= 1.4.0), tibble (>= 3.0.6), httr (>= 1.4.2), lubridate (>= 1.7.9.2), rlang (>= 0.4.10), tidyr (>= 1.1.2), assertthat (>= 0.2.1), tidyselect Suggests: knitr, rmarkdown VignetteBuilder: knitr Depends: R (>= 2.10) Repository: https://nikdata.r-universe.dev Date/Publication: 2021-03-24 19:22:06 UTC RemoteUrl: https://github.com/nikdata/rclimacell RemoteRef: HEAD RemoteSha: 33689a72f150c8c1292f1449e143c560c086fa42 NeedsCompilation: no Packaged: 2026-07-02 06:47:01 UTC; root Author: Nikhil Agarwal [aut, cre] (ORCID: ) Maintainer: Nikhil Agarwal