Package: boxr
Type: Package
Title: Interface for the 'Box.com API'
Version: 0.3.3
Authors@R: c(
    person("Brendan", "Rocks", email = "foss@brendanrocks.com",
           role = c("aut", "cre"))
    )
URL: https://github.com/brendan-r/boxr/
BugReports: https://github.com/brendan-r/boxr/issues
Description: An R interface for the remote file hosting service 'Box' 
    (<https://www.box.com/>). In addition to uploading and downloading files,
    this package includes functions which mirror base R operations for local 
    files, (e.g. box_load(), box_save(), box_read(), box_setwd(), etc.), as well
    as 'git' style functions for entire directories (e.g. box_fetch(), 
    box_push()).
License: MIT + file LICENSE
Imports: httr (>= 1.1.0), httpuv, assertthat, stringr, dplyr, digest,
        bit64, rio, mime, utils, stats
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-16 04:59:43 UTC; br
Author: Brendan Rocks [aut, cre]
Maintainer: Brendan Rocks <foss@brendanrocks.com>
Repository: CRAN
Date/Publication: 2016-08-16 09:57:15
