-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.05 KB
/
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
34
35
36
37
38
39
Package: skylight
Type: Package
Title: A Simple Sky Illuminance Model
Version: 1.2
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(given = "BlueGreen Labs",
role = c("cph", "fnd"))
)
Maintainer: Koen Hufkens <koen.hufkens@gmail.com>
Description: A tool to calculate sky illuminance values (in lux) for both sun and moon. The
model is a verbatim translation of the code by Janiczek and DeYoung (1987)
<https://archive.org/details/DTIC_ADA182110>.
URL: https://github.com/bluegreen-labs/skylight
BugReports: https://github.com/bluegreen-labs/skylight/issues
Depends:
R (>= 3.6)
License: AGPL-3
LazyData: false
ByteCompile: true
RoxygenNote: 7.2.1
Suggests:
tidyr,
rnaturalearth,
dplyr,
ggplot2,
terra,
ncdf4,
scales,
rmarkdown,
covr,
testthat,
knitr
VignetteBuilder: knitr
Encoding: UTF-8