-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
66 lines (66 loc) · 2.56 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: LightLogR
Title: Process Data from Wearable Light Loggers and Optical Radiation Dosimeters
Version: 0.5.0
Authors@R: c(
person("Johannes", "Zauner",
email = "johannes.zauner@tum.de", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2171-4566")),
person("Manuel", "Spitschan",
email = "manuel.spitschan@tum.de", role = "aut",
comment = c(ORCID = "0000-0002-8572-9268")),
person("Steffen", "Hartmeyer",
email = "steffen.hartmeyer@epfl.ch", role = "aut",
comment = c(ORCID = "0000-0002-2813-2668")),
person("MeLiDos", role = "fnd"),
person("EURAMET", role = "fnd", comment = "European Association of National Metrology Institutes. Website: www.euramet.org. Grant Number: 22NRM05 MeLiDos. Grant Statement: The project (22NRM05 MeLiDos) has received funding from the European Partnership on Metrology, co-financed from the European Union’s Horizon Europe Research and Innovation Programme and by the Participating States."),
person("European Union", role = "fnd", comment = "Co-funded by the European Union. Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or EURAMET. Neither the European Union nor the granting authority can be held responsible for them."),
person("TSCN-Lab", comment = c(URL = "www.tscnlab.org"), role = "cph"))
Description: Import, processing, validation, and visualization of personal light exposure measurement data from wearable devices. The package implements features such as the import of data and metadata files, conversion of common file formats, validation of light logging data, verification of crucial metadata, calculation of common parameters, and semi-automated analysis and visualization.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/tscnlab/LightLogR,
https://tscnlab.github.io/LightLogR/,
https://zenodo.org/doi/10.5281/zenodo.11562600
BugReports: https://github.com/tscnlab/LightLogR/issues
Imports:
cowplot,
dplyr,
flextable,
ggplot2,
ggsci,
ggtext,
hms,
janitor,
lubridate,
magrittr,
pkgload,
plotly,
purrr,
readr,
rlang,
rsconnect,
scales,
slider,
stats,
stringr,
suntools,
tibble,
tidyr,
utils
Depends:
R (>= 4.3)
LazyData: true
Suggests:
covr,
gghighlight,
gt,
gtsummary,
knitr,
patchwork,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
Config/testthat/edition: 3
Config/Needs/website: rmarkdown