-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.26 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
Package: miplicorn
Title: A Framework for Molecular Inversion Probe and Amplicon Analysis
Version: 0.2.1.9000
Authors@R:
person("Aris", "Paschalidis", , "aris.paschalidis@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2247-1885"))
Description: A unified framework for molecular inversion probe and
amplicon analysis. Provides the tools to parse, manipulate, analyze,
and visualize data.
License: MIT + file LICENSE
URL: https://bailey-lab.github.io/miplicorn/,
https://github.com/bailey-lab/miplicorn
BugReports: https://github.com/bailey-lab/miplicorn/issues
Depends:
R (>= 3.4)
Imports:
cli (>= 3.0.0),
dplyr (>= 1.0.0),
ggplot2,
glue,
janitor,
lifecycle,
magrittr,
purrr,
rlang (>= 1.0.0),
stringr,
tibble,
tidyr,
vroom (>= 1.5.6)
Suggests:
chromoMap (>= 0.4.1),
covr,
forcats,
htmlwidgets,
karyoploteR,
knitr,
mockery,
regioneR,
rmarkdown,
roxygen2,
spelling,
stringi,
testthat (>= 3.0.0),
vdiffr (>= 1.0.0),
webshot2 (>= 0.1.0),
widgetframe,
withr
VignetteBuilder:
knitr
biocViews:
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1