Package: cimir Title: Interface to the CIMIS Web API Version: 0.4-1 Authors@R: person(given = "Michael", family = "Koohafkan", role = c("aut", "cre"), email = "michael.koohafkan@gmail.com") Description: Connect to the California Irrigation Management Information System (CIMIS) Web API. See the CIMIS main page and web API documentation for more information. License: GPL (>= 3) URL: https://github.com/mkoohafkan/cimir BugReports: https://github.com/mkoohafkan/cimir/issues Depends: R (>= 3.4) Imports: curl (>= 4.3), glue (>= 1.3), stringr (>= 1.4), dplyr (>= 0.8), tidyr (>= 1.0), jsonlite (>= 1.6), purrr (>= 0.3), rlang (>= 0.4) Encoding: UTF-8 Suggests: knitr (>= 1.21), rmarkdown (>= 1.11) VignetteBuilder: knitr RoxygenNote: 7.1.1 Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev libssl-dev Repository: https://mkoohafkan.r-universe.dev Date/Publication: 2024-09-03 21:29:17 UTC RemoteUrl: https://github.com/mkoohafkan/cimir RemoteRef: HEAD RemoteSha: 857bf3be6527c0e68a1ee36e72e689658123b244 NeedsCompilation: no Packaged: 2026-06-11 11:06:18 UTC; root Author: Michael Koohafkan [aut, cre] Maintainer: Michael Koohafkan