-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
43 lines (43 loc) · 1.32 KB
/
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
38
39
40
41
42
43
Package: weatherkit
Type: Package
Title: Obtain Historical, Current, and Predictive Weather Data
Version: 0.2.1
Date: 2022-07-05
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Erik", "Flowers", email = "erik@helloerik.com", role = "aut",
comment = "SVG Weather Icons <https://github.com/erikflowers/weather-icons>")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Apple's WeatherKit REST API (<https://developer.apple.com/documentation/weatherkit>)
provides timely weather information including current conditions, minute precipitation, along
with hourly, and daily forecasts. It also provides severe weather alerts. Tools are provided to
obtain historical, current, and predictive weather data. Also includes a set of
weather icons by Erik Flowers.
URL: https://github.com/hrbrmstr/weatherkit
BugReports: https://github.com/hrbrmstr/weatherkit/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
knitr,
rmarkdown,
tinytest,
argparser
Depends:
R (>= 4.0.0)
Imports:
httr,
jsonlite,
jose,
openssl,
anytime,
weathermetrics,
htmltools,
lutz,
stringi,
scales,
cli
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
VignetteBuilder: knitr