22 lines
706 B
Text
22 lines
706 B
Text
Package: beaumontmeteo
|
|
Title: Cache Local Weather Observations for Beaumont
|
|
Version: 0.0.0.9000
|
|
Authors@R:
|
|
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
|
|
comment = c(ORCID = "YOUR-ORCID-ID"))
|
|
Description: Shiny app and helper functions to cache Meteo France rainfall
|
|
and station observation metrics locally and browse them without
|
|
re-querying the API every time.
|
|
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
|
|
license
|
|
Encoding: UTF-8
|
|
Imports:
|
|
httr,
|
|
shiny,
|
|
shinycssloaders
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.3.2
|
|
Suggests:
|
|
testthat (>= 3.0.0)
|
|
SystemRequirements: sqlite3
|
|
Config/testthat/edition: 3
|