-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
67 lines (67 loc) · 1.92 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: REcoTox
Type: Package
Title: REcoTox - a workflow to process US EPA ECOTOX Knowledgebase ASCII files
Version: 0.4.1
Date: 2023-4-11
Authors@R:
c(person(given = "Tobias",
family = "Schulze",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9744-8914")),
person(given = "Wibke",
family = "Busch",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5497-6266")),
person(given = "Hackermueller",
family = "Joerg",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4920-7072"))
)
Maintainer: Tobias Schulze <[email protected]>
Description: REcoTox is a semi-automated, interactive workflow to process US EPA ECOTOX Knowledgebase entire database ASCII files to extract and process ecotoxicological data relevant (but not restricted) to the ecotoxicity groups algae, crustaceans, and fish in the aquatic domain. The latest version of the ASCII files is available on US EPA ECOTOX Knowledgebase. The focus is aquatic ecotoxicity and the unit of the retrieved data is mg/L.
License: AGPL-3.0
Depends:
R(>= 4.3.0)
Imports:
data.table,
dplyr,
EnvStats,
progress,
purrr,
Rdpack,
readr,
tibble,
tidyr,
utils,
webchem
Suggests:
BiocStyle,
desc,
knitr,
markdown,
rmarkdown,
testthat,
kableExtra,
tidyverse
VignetteBuilder:
knitr
RdMacros:
Rdpack
biocViews: Annotation, Cheminformatics, MassSpectrometry, Metabolomics,
Software
Encoding: UTF-8
RoxygenNote: 7.2.3
Collate:
'REcoTox.R'
'create_project.R'
'prepare_data.R'
'process_data.R'
'aggregate_results.R'
'aggregation_functions.R'
'convert_units.R'
'export_functions.R'
'helperfunctions.R'
'zzz.R'