Package: lutz
Type: Package
Title: Look Up Time Zones of Point Coordinates
Version: 0.1.0
Date: 2018-02-05
Authors@R: person("Andy", "Teucher", email = "andy.teucher@gmail.com", role = c("aut", "cre"))
Description: Look up time zones. Input latitude and longitude values or an 'sf/sfc' POINT object and get back the timezone
    in which they exist. This package uses the 'V8' package to access the 'tz-lookup.js' 'Javascript' library
    (<https://github.com/darkskyapp/tz-lookup/>).
License: MIT + file LICENSE
URL: https://github.com/ateucher/lutz
BugReports: https://github.com/ateucher/lutz/issues
Imports: V8 (>= 1.5)
Suggests: testthat, sf (>= 0.5), sp, rgdal, datasets, covr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-02-06 23:28:44 UTC; ateucher
Author: Andy Teucher [aut, cre]
Maintainer: Andy Teucher <andy.teucher@gmail.com>
Repository: CRAN
Date/Publication: 2018-02-07 13:41:25 UTC
