-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
51 lines (51 loc) · 1.42 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
Type: Package
Package: analyzeGC
Title: Analysis of GC data
Version: 0.2.1
Date: 2024-04-19
Author: Daniel S. Rodríguez-Leon
Maintainer: Daniel S. Rodríguez-Leon
Description: This package facilitates the analysis of Gas Chromatography (GC)
data in R. It was created for educational and research purposes in the field
of chemical ecology. The objective is to provide a set of tools for analyzing
GC data, particularly GC-MS (Gas Chromatography-Mass Spectrometry) data, in a
standardized and reproducible workflow using R.
License: GPL (>= 3)
URL: https://github.com/dsrodriguezl/analyzeGC
BugReports: https://github.com/dsrodriguezl/analyzeGC/issues
Depends:
R (>= 4.0.0)
Imports:
dplyr (>= 1.1.0),
GCalignR (>= 1.0.3),
ggdist (>= 3.2.1),
ggplot2 (>= 3.4.0),
ggside (>= 0.2.2),
ggtext (>= 0.1.2),
gplots (>= 3.1.3),
magrittr (>= 2.0.3),
purrr (>= 1.0.1),
readr (>= 2.1.4),
rlang (>= 1.1.0),
stats (>= 4.2.2),
stringr (>= 1.5.0),
tibble (>= 3.2.0),
tidyr (>= 1.2.1),
viridis (>= 0.6.2),
withr (>= 2.5.0)
Suggests:
doParallel (>= 1.0.17),
here (>= 1.0.1),
knitr (>= 1.42),
openxlsx (>= 4.2.5.2),
rmarkdown (>= 2.20),
testthat (>= 3.0.0),
vegan (>= 2.6.4)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1