Package: boxr
Type: Package
Title: Interface for the 'Box.com API'
Version: 0.3.7
Authors@R: c(
    person("Brendan", "Rocks", email = "foss@brendanrocks.com",
           role = c("aut")),
    person(
      given = "Ian", 
      family = "Lyttle", 
      email = "ijlyttle@me.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://r-box.github.io/boxr/, 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, dplyr, digest, fs, glue, httr (>= 1.1.0),
        magrittr, mime, purrr, rio (>= 0.5.18), rlang, stats, stringr,
        utils, tibble, lifecycle, jsonlite, jose, cli, withr
Suggests: clipr (>= 0.3.0), conflicted, gargle (>= 0.3.0), here, knitr,
        openssl, png, rmarkdown, sodium, testthat, usethis, covr
VignetteBuilder: knitr
RoxygenNote: 7.3.2
Encoding: UTF-8
RdMacros: lifecycle
NeedsCompilation: no
Packaged: 2025-04-13 15:22:43 UTC; ijlyttle
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 <ijlyttle@me.com>
Repository: CRAN
Date/Publication: 2025-04-13 15:50:02 UTC
Built: R 4.6.0; ; 2025-08-20 02:14:41 UTC; unix
