-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.37 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
Package: ggspectra
Type: Package
Title: Extensions to 'ggplot2' for Radiation Spectra
Version: 0.3.14.9000
Date: 2024-12-07
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"))
)
Maintainer: Pedro J. Aphalo <[email protected]>
Description: Additional annotations, stats, geoms and scales for plotting
"light" spectra with 'ggplot2', together with specializations of ggplot()
and autoplot() methods for spectral data and waveband definitions
stored in objects of classes defined in package 'photobiology'. Part of the
'r4photobiology' suite, Aphalo P. J. (2015) <doi:10.19232/uv4pb.2015.1.14>.
License: GPL (>= 2)
LazyLoad: TRUE
ByteCompile: TRUE
Depends:
R (>= 4.1.0),
photobiology (>= 0.11.4),
ggplot2 (>= 3.5.0)
Imports:
photobiologyWavebands (>= 0.5.2),
scales (>= 1.2.0),
ggrepel (>= 0.9.2),
lubridate (>= 1.9.0),
rlang (>= 1.0.2),
tibble (>= 3.1.5)
Suggests:
knitr (>= 1.38),
rmarkdown (>= 2.13),
magrittr (>= 2.0.3)
URL: https://docs.r4photobiology.info/ggspectra/,
https://github.com/aphalo/ggspectra/
BugReports: https://github.com/aphalo/ggspectra/issues/
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr