-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.16 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
Package: owmr
Title: OpenWeatherMap API Wrapper
Version: 0.8.2
Date: 2019-12-12
Authors@R: c(
person("Stefan", "Kuethe", email = "crazycapivara@gmail.com", role = c("aut", "cre")),
person("Amanda", "Dobbyn", role = "ctb")
)
Maintainer: Stefan Kuethe <crazycapivara@gmail.com>
Description: Accesses OpenWeatherMap's (owm) <https://openweathermap.org/> API.
'owm' itself is a service providing weather data in the past, in the future and now.
Furthermore, 'owm' serves weather map layers usable in frameworks like 'leaflet'.
In order to access the API, you need to sign up for an API key. There are free and paid plans.
Beside functions for fetching weather data from 'owm', 'owmr' supplies
tools to tidy up fetched data (for fast and simple access) and to show it on leaflet maps.
URL:
https://github.com/crazycapivara/owmr/,
https://crazycapivara.github.io/owmr/
BugReports: https://github.com/crazycapivara/owmr/issues/
Depends:
R (>= 3.1.2)
Imports:
magrittr,
httr,
jsonlite,
plyr,
tibble,
tidyr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Suggests:
leaflet,
whisker,
testthat,
covr