-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 978 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: weathervane
Title: Functions to Download Australian Weather Data
Version: 0.2.0
Authors@R:
c(person(given = "Russell",
family = "Edson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4607-5396")),
person(given = "Sam",
family = "Rogers",
role = c("aut"),
email = "[email protected]"))
Description: Provides helper functions to download Australian weather data from SILO.
License: MIT + file LICENSE
URL: https://biometryhub.github.io/weathervane/
BugReports: https://github.com/biometryhub/weathervane/issues
Depends:
R (>= 3.5.0)
Imports:
xml2
Suggests:
covr,
ggplot2,
knitr,
leaflet,
mockery,
R6,
rmarkdown,
shiny,
testthat (>= 3.0.0)
VignetteBuilder:
knitr, rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/testthat/edition: 3