-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 898 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
Package: sidora.cli
Title: Basic CLI for PANDORA (MPI-SHH DAG)
Version: 0.0.0.9000
Authors@R:
person(given = "Clemens",
family = "Schmid",
role = c("aut", "cre"),
email = "clemens@nevrome.de",
comment = c(ORCID = "0000-0003-3448-5715"))
Description: A basic interface to access data and generate reports from the internal database PANDORA (MPI-SHH DAG) on the command line. The package is supposed to be only used through the CLI script.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
argparser (>= 0.6),
crayon (>= 1.3.4),
dplyr (>= 1.0.0),
knitr (>= 1.29),
magrittr (>= 1.5),
readr (>= 1.3.1),
rlang,
sidora.core,
stats (>= 3.6.3),
tibble (>= 3.0.1),
tidyr (>= 1.1.0),
tidyselect (>= 1.1.0)
Suggests:
testthat (>= 2.1.0)
RoxygenNote: 7.1.1
Remotes:
sidora-tools/sidora.core