-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
executable file
·69 lines (69 loc) · 1.39 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
68
69
Package: CAMDAC
Title: Copy-number Aware Methylation Deconvolution and Analysis of Cancers
Version: 0.1.0
Authors@R:
c(
person(given = "Elizabeth",
family = "Larose Cadieux",
role = c("aut")),
person(given = "Nana",
family = "Mensah",
role = c("aut", "cre"),
email="[email protected]"),
person(given = "Carla",
family = "Castignani",
role = c("aut")),
person(given = "Jonas",
family = "Demeulemeester",
role = c("aut")),
person(given = "Peter",
family = "Van Loo",
role = c("aut", "fnd"))
)
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Suggests:
testthat (>= 3.0.0),
devtools,
pryr,
tictoc,
mockr,
tidyr,
knitr,
rmarkdown,
pkgdown,
usethis
biocViews:
Imports:
optparse,
logger
Depends:
R (>= 3.6.2),
ASCAT,
stringr,
GenomicRanges,
GenomicAlignments,
Rsamtools,
scales,
ggplot2,
gridExtra,
gtable,
data.table,
readr,
dplyr,
parallel,
doParallel,
devtools,
fst,
fs,
png,
grid
Remotes:
ASCAT=VanLoo-Lab/ascat/[email protected],
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/start-first: test_download*