Browse Source

snow

master
boB Rudis 4 years ago
parent
commit
19a34f5414
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      DESCRIPTION
  2. 5
      R/main.R

4
DESCRIPTION

@ -1,8 +1,8 @@
Package: f5wx
Type: Package
Title: Orchestrate the Hidden API at F5 Weather
Version: 0.1.0
Date: 2020-10-03
Version: 0.1.1
Date: 2020-10-27
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))

5
R/main.R

@ -216,9 +216,10 @@ f5wx_chart <- function(res) {
scale_color_manual(
name = NULL,
values = c(
"Clear" = "#fec44f",
"Clear" = "#fec44f", # orange-yellow
"Rain" = "black",
"Ip/Sn" = "#313695"
"Ip/Sn" = "#313695", # blue
"Snow" = "#762a83" # purple
)
) +
labs(

Loading…
Cancel
Save