-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.17 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
Package: gpgr
Title: Genomics Platform Group Reporting
Version: 2.1.2
Description: Reports and functions used in the Genomics Platform Group
at the University of Melbourne Centre for Cancer Research.
Authors@R:
person(given = "Peter",
family = "Diakumis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7502-7545"))
URL: https://umccr.github.io/gpgr/, https://github.com/umccr/gpgr
BugReports: https://github.com/umccr/gpgr/issues
License: MIT + file LICENSE
Depends:
R (>= 4.1)
Remotes:
umccr/sigrap
Imports:
assertthat,
bedr,
dplyr,
ggplot2,
gt,
gtools,
jsonlite,
readr,
rlang,
stringr,
tidyr
Suggests:
argparse,
cli,
details,
devtools,
DT,
glue,
kableExtra,
knitr,
patchwork,
purrr,
rmarkdown,
scales,
sigrap,
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.1
VignetteBuilder: knitr