-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
35 lines (35 loc) · 1.12 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
Package: DataSpaceR
Type: Package
Title: Interface to 'the CAVD DataSpace'
Version: 0.7.6
Authors@R: c(person("Ju Yeong", "Kim", role = "aut"),
person("Sean", "Hughes", role = "rev"),
person("Jason", "Taylor", email = "jmtaylor@fredhutch.org", role = c("aut", "cre")),
person("Helen", "Miller", role = "aut"),
person("CAVD DataSpace", email = "dataspace.support@scharp.org", role = "cph"))
Description: Provides a convenient API interface to access immunological data
within 'the CAVD DataSpace'(<https://dataspace.cavd.org>), a data sharing
and discovery tool that facilitates exploration of HIV immunological data
from pre-clinical and clinical HIV vaccine studies.
URL: https://docs.ropensci.org/DataSpaceR/, https://github.com/ropensci/DataSpaceR
BugReports: https://github.com/ropensci/DataSpaceR/issues
License: GPL-3
Encoding: UTF-8
Imports:
utils,
R6,
Rlabkey (>= 2.2.0),
curl,
httr,
assertthat,
digest,
jsonlite,
data.table
Suggests:
testthat,
covr,
knitr,
pryr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.1