-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1016 Bytes
/
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
Package: rportal
Title: UMCCR Portal R Functions
Description: Contains R functionality for interacting with the UMCCR Data Portal.
Version: 0.1.5
Authors@R:
person("Peter", "Diakumis", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7502-7545"))
URL: https://github.com/umccr/rportal, https://umccr.github.io/rportal/
BugReports: https://github.com/umccr/rportal/issues
License: MIT + file LICENSE
biocViews:
ByteCompile: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE,
roclets = c("namespace", "rd", "roxytest::testthat_roclet"))
RoxygenNote: 7.3.1
Depends:
R (>= 4.1)
Remotes:
umccr/dracarys
Imports:
assertthat,
cli,
DBI,
dplyr,
dracarys,
fs,
glue,
httr2,
jose,
jsonlite,
lubridate,
optparse,
paws,
purrr,
RAthena,
rlang,
stringr,
tibble,
tidyr,
Suggests:
knitr,
readr,
rmarkdown,
testthat (>= 3.0.0)