-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.01 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
Package: R2i
Type: Package
Title: Tools for preparing an ImmPort Data Submission
Version: 3.20.0
Authors@R: c(person("Evan", "Henrich", role = "aut"),
person("Ju Yeong", "Kim", role = "aut"),
person("Helen", "Miller", role = "aut"),
person("ImmuneSpace Package Maintainer",
email = "immunespace@gmail.com",
role = c("cre", "cph")))
Description: R2i contains functions that allow users to transform semi-standardized
R data into the csv templates required for ImmPort Data Submission and validate
these csvs using ImmPort's validator criteria.
biocViews: dataImport, Infrastructure
URL: https://github.com/RGLab/R2i
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: hunspell,
stopwords,
stringdist,
SnowballC,
Rlabkey,
utils,
data.table,
GEOquery,
preprocessCore,
jsonlite,
plyr,
Biobase
Suggests:
testthat,
covr,
knitr,
rmarkdown,
DT
RoxygenNote: 7.1.1
VignetteBuilder: knitr