You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
873 B

Package: daybreak
Type: Package
4 years ago
Title: Compute Sun Rise/Set Times, Start/End of Twilight, and the
Length of the Day at Any Date and Latitude
Version: 0.1.0
Date: 2019-12-31
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
4 years ago
comment = c(ORCID = "0000-0001-5670-2640")),
person("Paul", "Schlyter", role = "aut", comment = "sunriset lib")
)
Maintainer: Bob Rudis <bob@rud.is>
4 years ago
Description: A wrapper for Paul Schlyter's C-based library for computing
sunrise, sunset, twilight start and end, plus the length of day for
a given data and coordinates.
URL: https://gitlab.com/hrbrmstr/daybreak
BugReports: https://gitlab.com/hrbrmstr/daybreak/issues
Encoding: UTF-8
4 years ago
NeedsCompilation: yes
License: MIT + file LICENSE
Depends:
R (>= 3.2.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
4 years ago
Suggests: tinytest