Package: boxr
Type: Package
Title: Interface for the 'Box.com API'
Version: 0.3.6
Authors@R: c(
    person("Brendan", "Rocks", email = "foss@brendanrocks.com",
           role = c("aut")),
    person(
      given = "Ian", 
      family = "Lyttle", 
      email = "ian.lyttle@se.com", 
      role = c("aut", "cre"), 
      comment = c(ORCID = "0000-0001-9962-4849")
    ),
    person(
      given = "Nathan", 
      family  = "Day",
      email = "nathancday@gmail.com",
      role = "aut",
      comment = c(ORCID = "0000-0002-6714-8611")
    ),
    person("Vincent", "Fulco", role = "ctb"),
    person("Alec", "Wong", role = "ctb"),
    person("Alex", "Brodersen", role = "ctb")
    )
URL: https://github.com/r-box/boxr/
BugReports: https://github.com/r-box/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: assertthat, bit64, dplyr, digest, fs, glue, httr (>= 1.1.0),
        httpuv, magrittr, mime, purrr, rio, rlang, stats, stringr,
        utils, tibble, lifecycle, jsonlite,
Suggests: clipr (>= 0.3.0), conflicted, gargle (>= 0.3.0), here, jose,
        knitr, openssl, png, rmarkdown, sodium, testthat, usethis
VignetteBuilder: knitr
RoxygenNote: 7.1.1
Encoding: UTF-8
RdMacros: lifecycle
NeedsCompilation: no
Packaged: 2021-01-19 15:10:29 UTC; sesa19001
Author: Brendan Rocks [aut],
  Ian Lyttle [aut, cre] (<https://orcid.org/0000-0001-9962-4849>),
  Nathan Day [aut] (<https://orcid.org/0000-0002-6714-8611>),
  Vincent Fulco [ctb],
  Alec Wong [ctb],
  Alex Brodersen [ctb]
Maintainer: Ian Lyttle <ian.lyttle@se.com>
Repository: CRAN
Date/Publication: 2021-01-19 17:00:08 UTC
Built: R 4.0.2; ; 2021-01-20 12:09:00 UTC; unix
