-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
24 lines (24 loc) · 928 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
Package: rwunderground
Type: Package
Title: R Interface to Weather Underground API
Version: 0.1.8
Date: 2018-05-01
Author: Alex Shum <[email protected]>
Maintainer: Eric Hare <[email protected]>
Description: Tools for getting historical weather information and forecasts
from wunderground.com. Historical weather and forecast data includes, but
is not limited to, temperature, humidity, windchill, wind speed, dew point,
heat index. Additionally, the weather underground weather API also includes
information on sunrise/sunset, tidal conditions, satellite/webcam imagery,
weather alerts, hurricane alerts and historical high/low temperatures.
URL: https://github.com/ALShum/rwunderground, http://www.wunderground.com/weather/api
BugReports: https://github.com/alshum/rwunderground/issues
License: GPL (>= 2)
Imports:
httr,
dplyr,
countrycode,
lubridate,
tibble
LazyData: TRUE
RoxygenNote: 6.0.1