Package: darksky
Type: Package
Title: Tools to Work with the Dark Sky API
Version: 1.0.0
Date: 2016-09-21
Authors@R: c(
      person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
      person("Lasse", "Vilhelmsen", role=c("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
Imports: stats, httr, dplyr, grid, gridExtra, gtable, ggplot2
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
BugReports: https://github.com/hrbrmstr/darksky/issues
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-09-21 23:25:06 UTC; bob
Author: Bob Rudis [aut, cre],
  Lasse Vilhelmsen [ctb]
Repository: CRAN
Date/Publication: 2016-09-22 09:22:49
