Package: backblazer
Type: Package
Title: Bindings to the Backblaze B2 API
Version: 0.1.0
Date: 2016-01-29
Author: Authors@R: person("Phill", "Clarke", email = "phill@starkingdom.co.uk",
    role = c("aut", "cre"))
Maintainer: Phill Clarke <phill@starkingdom.co.uk>
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
NeedsCompilation: no
Packaged: 2016-01-31 15:04:57 UTC; phillc
Repository: CRAN
Date/Publication: 2016-01-31 16:36:49
