-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
57 lines (57 loc) · 1.16 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
Package: camprotR
Title: Processing, analysing and visualising CCP proteomics data
Version: 0.0.0.9000
Authors@R: c(
person(given = "Charlotte", family = "Dawson", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-7151-5971")),
person(given = "Tom", family = "Smith", role = c("aut"),
email = "[email protected]", comment = c(ORCID = "0000-0002-0697-8777"))
)
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Remotes:
moodymudskipper/cutr,
csdaw/uniprotREST
biocViews:
Depends:
R (>= 3.5.0)
Imports:
AnnotationDbi,
Biobase,
Biostrings,
cutr,
dplyr,
ggplot2,
goseq,
GO.db,
httr,
MSnbase,
purrr,
rlang,
robustbase,
stats,
tibble,
tidyr,
tidyselect,
tools,
utils
Suggests:
biobroom,
DEqMS,
gplots,
knitr,
iq,
limma,
naniar,
rmarkdown,
testthat (>= 3.0.0),
uniprotREST,
vdiffr (>= 1.0.0),
withr
Config/testthat/edition: 3