-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
67 lines (67 loc) · 2.53 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
67
Package: LightLogR
Title: Work With Data from Wearable Light Loggers and Optical Radiation Dosimeters
Version: 0.3.3
Authors@R: c(
person("Johannes", "Zauner",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2171-4566")),
person("Manuel", "Spitschan",
email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8572-9268")),
person("Steffen", "Hartmeyer",
email = "[email protected]", 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: LightLogR is a package under development as part of the MeLiDos
project aimed at developing a standard workflow for wearable light logger
data and optical radiation dosimeters. MeLiDos is a joint, EURAMET-funded
project involving sixteen partners across Europe. Its primary contributions
towards fostering FAIR data include the development of a common file format,
robust metadata descriptors, and an accompanying open-source software
ecosystem.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/tscnlab/LightLogR,
https://tscnlab.github.io/LightLogR/
BugReports: https://github.com/tscnlab/LightLogR/issues
Imports:
cowplot,
dplyr,
flextable,
ggplot2,
ggsci,
ggtext,
hms,
lubridate,
magrittr,
pkgload,
plotly,
purrr,
readr,
rlang,
rsconnect,
scales,
shiny,
slider,
stats,
stringr,
tibble,
tidyr,
utils
Depends:
R (>= 2.10)
LazyData: true
Suggests:
gt,
knitr,
patchwork,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
Config/testthat/edition: 3
VignetteBuilder: knitr