-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
33 lines (33 loc) · 870 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
Package: darksky
Type: Package
Title: Tools to Work with the 'Dark Sky' 'API'
Version: 1.3.0
Date: 2017-09-20
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
person("Lasse", "Vilhelmsen", role = "ctb"),
person("David", "Severski", email = "davidski@deadheaven.com", role = "ctb")
)
Maintainer: Bob Rudis <bob@rud.is>
Description: Provides programmatic access to the 'Dark Sky' 'API'
<https://darksky.net/dev/docs>, which provides current or historical global
weather conditions.
URL: https://github.com/hrbrmstr/darksky
Suggests:
testthat,
covr
Encoding: UTF-8
Imports:
stats,
httr,
grid,
gridExtra,
gtable,
ggplot2,
plyr,
utils
Depends:
R (>= 3.2.0)
License: MIT + file LICENSE
BugReports: https://github.com/hrbrmstr/darksky/issues
RoxygenNote: 6.0.1.9000