forked from Sage-Bionetworks/recoverutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.02 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
Package: recoverutils
Title: Functions for handling and summarizing data for RECOVER
Version: 2.0.1
Authors@R: c(
person("Pranav", "Anbarasu", , "[email protected]", role = c("aut", "cre")),
person("Sage Bionetworks", role = "cph")
)
Maintainer: Pranav Anbarasu <[email protected]>
Description: Provides functions for fetching, processing, transforming, summarizing, and writing data to and from
Synapse and S3 storage, mainly for use in the NIH RECOVER initiative.
License: Apache License (>= 2)
URL: https://github.com/Sage-Bionetworks/recoverutils
BugReports: https://github.com/Sage-Bionetworks/recoverutils/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
arrow (>= 11.0.0.3),
dplyr (>= 1.1.2),
glue (>= 1.6.2),
lubridate (>= 1.9.2),
magrittr (>= 2.0.3),
ndjson (>= 0.9.0),
readr (>= 2.1.4),
reshape2 (>= 1.4.4),
stringr (>= 1.5.0),
tibble (>= 3.2.1),
tidyr (>= 1.3.0)
Suggests:
testthat (>= 3.0.0),
synapser
Config/testthat/edition: 3