-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
54 lines (54 loc) · 1.93 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
Package: photobiology
Type: Package
Title: Photobiological Calculations
Version: 0.11.3.9000
Date: 2024-11-11
Authors@R:
c(
person("Pedro J.", "Aphalo", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3385-972X")),
person("Titta K.", "Kotilainen", role = "ctb", comment = c(ORCID = "0000-0002-2822-9734")),
person("Glenn", "Davis", email = "[email protected]", role = "ctb"),
person("Agnese", "Fazio", email = "[email protected]", role = "ctb")
)
Maintainer: Pedro J. Aphalo <[email protected]>
Description: Definitions of classes, methods, operators and functions for use
in photobiology and radiation meteorology and climatology. Calculation of
effective (weighted) and not-weighted irradiances/doses, fluence rates,
transmittance, reflectance, absorptance, absorbance and diverse ratios and
other derived quantities from spectral data. Local maxima and minima: peaks,
valleys and spikes. Conversion between energy-and photon-based units.
Wavelength interpolation. Astronomical calculations related solar angles and
day length. Colours and vision. This package is part of the 'r4photobiology'
suite, Aphalo, P. J. (2015) <doi:10.19232/uv4pb.2015.1.14>.
License: GPL (>= 2)
Depends:
R (>= 4.0.0)
Imports:
stats,
grDevices,
polynom (>= 1.4-1),
tibble (>= 3.1.6),
stringr (>= 1.4.0),
lubridate (>= 1.9.3),
plyr (>= 1.8.9),
dplyr (>= 1.1.4),
tidyr (>= 1.3.1),
splus2R (>= 1.3-3),
zoo (>= 1.8-12),
rlang (>= 1.1.4)
Suggests:
knitr (>= 1.48),
rmarkdown (>= 2.27),
testthat (>= 3.2.1),
roxygen2 (>= 7.3.2),
lutz (>= 0.3.2),
covr
LazyLoad: yes
LazyData: yes
ByteCompile: true
URL: https://docs.r4photobiology.info/photobiology/,
https://github.com/aphalo/photobiology
BugReports: https://github.com/aphalo/photobiology/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr