-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
44 lines (44 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
44 lines (44 loc) · 1.14 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
39
40
41
42
43
44
Package: linxreport
Title: LINX Result Reporter
Version: 1.1.0
Description: Generates a HTML report with results from the LINX SV tool
created by the Hartwig Medical Foundation - see https://github.com/hartwigmedical/hmftools/tree/master/linx.
Authors@R:
person(given = "Peter",
family = "Diakumis",
role = c("aut", "cre"),
email = "peterdiakumis@gmail.com",
comment = c(ORCID = "0000-0002-7502-7545"))
URL: https://umccr.github.io/linxreport/, https://github.com/umccr/linxreport, https://github.com/hartwigmedical/hmftools/tree/master/linx
BugReports: https://github.com/umccr/linxreport/issues
License: MIT + file LICENSE
Depends:
R (>= 4.1)
Imports:
assertthat,
details,
dplyr,
DT,
fs,
gtools,
optparse,
readr,
rlang,
rmarkdown,
sessioninfo,
stringr
Suggests:
cli,
glue,
knitr,
testthat (>= 3.0.0),
tibble
Roxygen: list(markdown = TRUE,
roclets = c("namespace", "rd", "roxytest::testthat_roclet"))
biocViews:
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
VignetteBuilder: knitr