forked from ropensci/binman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 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
34
35
Package: binman
Title: A Binary Download Manager
Version: 0.1.0
Authors@R: c(
person("John", "Harrison", , "[email protected]",
role = c("aut", "cre"), comment = "R package binman"))
Description: Tools and functions for managing the download of binary files.
Binary repositories are defined in 'YAML' format. Defining new
pre-download, download and post-download templates allow additional
repositories to be added.
Depends:
R (>= 3.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
covr,
knitr,
rmarkdown
Imports:
rappdirs,
yaml,
httr,
jsonlite,
xml2,
utils,
stats,
assertthat,
semver
URL: https://github.com/johndharrison/binman
URLNote: https://github.com/johndharrison/binman
BugReports: https://github.com/johndharrison/binman/issues
RoxygenNote: 5.0.1
VignetteBuilder: knitr