-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
40 lines (40 loc) · 1.03 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
36
37
38
39
40
Package: BiocFileCache
Title: Manage Files Across Sessions
Version: 2.15.0
Authors@R: c(person("Lori", "Shepherd",
email = "lori.shepherd@roswellpark.org",
role = c("aut", "cre")),
person("Martin", "Morgan",
email = "martin.morgan@roswellpark.org",
role = "aut"))
Description: This package creates a persistent on-disk cache of files
that the user can add, update, and retrieve. It is useful for
managing resources (such as custom Txdb objects) that are costly
or difficult to create, web resources, and data files used across
sessions.
Depends:
R (>= 3.4.0),
dbplyr (>= 1.0.0)
Imports:
methods,
stats,
utils,
dplyr,
RSQLite,
DBI,
filelock,
curl,
httr
BugReports: https://github.com/Bioconductor/BiocFileCache/issues
DevelopmentURL: https://github.com/Bioconductor/BiocFileCache
License: Artistic-2.0
Encoding: UTF-8
RoxygenNote: 7.2.3
biocViews: DataImport
VignetteBuilder: knitr
Suggests:
testthat,
knitr,
BiocStyle,
rmarkdown,
rtracklayer