You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
830 B

Package: f5wx
Type: Package
Title: Orchestrate the Hidden API at F5 Weather
Version: 0.1.0
Date: 2020-10-03
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: F5 Weather has great data but terrible forecast table aesthetics.
Tools are provided to orchestrate and chart F5 Weather data.
URL: https://git.rud.is/hrbrmstr/f5wx
BugReports: https://git.rud.is/hrbrmstr/f5wx/issues
Encoding: UTF-8
License: AGPL
Suggests:
covr, tinytest
Depends:
R (>= 3.6.0)
Imports:
dplyr,
forcats,
ggplot2,
hrbrthemes,
htmltools,
httr,
magrittr,
rvest,
stringi,
tibble,
tidyr,
utils,
xml2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1