Package: boxr
Type: Package
Title: Interface for the 'Box.com API'
Version: 0.2.5
Date: 2015-04-15
Authors@R: person("Brendan", "Rocks", email = "rocks.brendan@gmail.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, httpuv, assertthat, stringr, dplyr, digest, jsonlite
Suggests: testthat, knitr
VignetteBuilder: knitr
Packaged: 2015-04-15 20:04:04 UTC; brendan.rocks
Author: Brendan Rocks [aut, cre]
Maintainer: Brendan Rocks <rocks.brendan@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-04-15 22:11:41
