-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
24 lines (24 loc) · 993 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
Package: TCIApathfinder
Title: Client for the Cancer Imaging Archive REST API
Version: 1.0.7
Authors@R: person("Pamela", "Russell", email = "[email protected]", role = c("aut", "cre"))
Description: A wrapper for The Cancer Imaging Archive's REST API. The Cancer
Imaging Archive (TCIA) hosts de-identified medical images of cancer
available for public download, as well as rich metadata for each image
series. TCIA provides a REST API for programmatic access to the data.
This package provides simple functions to access each API endpoint.
For more information, see <https://github.com/pamelarussell/TCIApathfinder>
and TCIA's website.
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: httr, jsonlite
BugReports: https://github.com/pamelarussell/TCIApathfinder/issues
URL: https://github.com/pamelarussell/TCIApathfinder
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown,
oro.dicom,
testthat
VignetteBuilder: knitr