-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (35 loc) · 955 Bytes
/
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
Package: W4MRUtils
Title: Utils List for W4M - Workflow for Metabolomics
Version: 0.0.1
Authors@R:
person("Lain", "Pavot", "", "[email protected]", role = c("aut", "cre"))
Description: Provides a set of utility function to prevent the spread of
utilities script in W4M (Workflow For Metabolomics) scripts, and centralize
them in a single package.
Some are meant to be replaced by real packages in a near future, like
the parse_args() function: it is here only to prepare the ground for
more global changes in W4M scripts and tools.
License: AGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
methods
Suggests:
covr,
DT,
knitr,
optparse,
pkgdown,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Collate:
dataframe_helpers.R
miniTools.R
RcheckLibrary.R
optparse_helper.R
galaxy.R
logging.R
utils.R