-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
41 lines (41 loc) · 939 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
36
37
38
39
40
41
Package: TopPICR
Title: What the Package Does (One Line, Title Case)
Version: 0.0.7
Authors@R:
c(person(given = "Evan",
family = "Martin",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2101-536X")),
person(given = "James",
family = "Fulcher",
role = c("aut"),
comment = c(ORCID = "0000-0001-9033-3623")),
person(given = "Vlad",
family = "Petyuk",
role = c("aut")))
Description: What the package does (one paragraph).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
BiocGenerics,
Biostrings,
data.table,
doParallel,
dplyr,
foreach,
ggplot2,
magrittr,
MSnbase,
purrr,
readr,
rlang,
scales,
stringr,
tibble,
tidyr
Depends:
R (>= 2.10)