generated from bluegreen-labs/R_project_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.14 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
40
41
42
43
44
45
46
Package: skytrackr
Type: Package
Title: A Sky Illuminance Location Tracker
Version: 0.9
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(given = "BlueGreen Labs",
role = c("cph", "fnd"))
)
Maintainer: Koen Hufkens <[email protected]>
Description: A tool to calculate geolocation by light positions using sky illuminance values (in lux). The
routine uses model optimization and parameter estimation to determine locations robustly.
URL: https://github.com/bluegreen-labs/skytrackr
BugReports: https://github.com/bluegreen-labs/skytrackr/issues
Depends:
R (>= 4.2)
License: AGPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.2.3
Imports:
skylight,
circular,
BayesianTools,
progress,
sf,
utils,
stats,
ggplot2,
plotly,
rlang,
tidyr,
dplyr,
patchwork
Suggests:
rnaturalearth,
rmarkdown,
covr,
testthat,
knitr
VignetteBuilder: knitr