-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
28 lines (28 loc) · 901 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
Package: backblazer
Type: Package
Title: Bindings to the Backblaze B2 API
Version: 0.1.0
Date: 2016-01-29
Authors@R: person("Phill", "Clarke", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Phill Clarke <[email protected]>
Description: Provides convenience functions for the Backblaze B2 cloud storage
API (see https://www.backblaze.com/b2/docs/). All B2 API calls are mapped
to equivalent R functions. Files can be easily uploaded, downloaded and
deleted from B2, all from within R programs.
Depends:
R (>= 3.2.3)
License: MIT + file LICENSE
URL: https://github.com/phillc73/backblazer
BugReports: http://www.github.com/phillc73/backblazer/issues
LazyData: TRUE
Imports:
httr (>= 1.0.0),
jsonlite (>= 0.9.19),
openssl (>= 0.9.1),
tools (>= 3.2.3)
Suggests:
knitr (>= 1.12),
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1