forked from rich-iannone/stationaRy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 807 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
Package: stationaRy
Type: Package
Title: Get Hourly Meteorological Data from Global Stations
Version: 0.4.1
Date: 2016-09-15
Authors@R: person(
"Richard", "Iannone",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Richard Iannone <[email protected]>
Description: Selectively acquire hourly meteorological data from stations
located all over the world.
License: MIT + file LICENSE
Imports:
plyr (>= 1.8.2),
dplyr (>= 0.4.3),
readr (>= 0.2.0),
downloader (>= 0.4),
lubridate (>= 1.3.3),
progress (>= 1.0.2),
stringr (>= 1.0.0),
tidyr (>= 0.6.0),
leaflet (>= 1.0.0)
URL: https://github.com/rich-iannone/stationaRy
BugReports: https://github.com/rich-iannone/stationaRy/issues
Suggests:
testthat
RoxygenNote: 5.0.1