-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.62 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
Package: PlotFTIR
Type: Package
Title: Plot FTIR Spectra
Version: 1.1.0.9000
Authors@R: c(
person(given = "Philip", family = "Bulsink", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9668-2429")),
person(given = "Ulrich", family = "Makanda", email = "[email protected]",
role = "trl", comment = c("Translated documentation to French/Traduire la documentation en français")),
person("His Majesty the King in Right of Canada, as represented by the Minister of Natural Resources",
role = 'cph')
)
Description: The goal of 'PlotFTIR' is to easily and quickly kick-start the production of journal-quality Fourier Transform Infra-Red (FTIR) spectral plots in R using 'ggplot2'. The produced plots can be published directly or further modified by 'ggplot2' functions.
L'objectif de 'PlotFTIR' est de démarrer facilement et rapidement la production des tracés spectraux de spectroscopie infrarouge à transformée de Fourier (IRTF) de qualité journal dans R à l'aide de 'ggplot2'. Les tracés produits peuvent être publiés directement ou modifiés davantage par les fonctions 'ggplot2'.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports:
cli,
rlang,
scales
RoxygenNote: 7.3.2
Depends:
R (>= 3.3)
Suggests:
testthat (>= 3.0.0),
withr,
ggplot2 (>= 3.0.0),
gghighlight,
ggthemes,
knitr,
rmarkdown,
ir,
ChemoSpec,
R.utils
Config/testthat/edition: 3
VignetteBuilder: knitr
BugReports: https://github.com/NRCan/PlotFTIR/issues
URL: https://github.com/NRCan/PlotFTIR