Package: boxr Type: Package Title: Interface for the 'Box.com API' Version: 0.3.7.9000 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' (). 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 Roxygen: list(markdown = TRUE) RdMacros: lifecycle Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://r-box.r-universe.dev Date/Publication: 2025-04-13 15:54:02 UTC RemoteUrl: https://github.com/r-box/boxr RemoteRef: HEAD RemoteSha: b2a214ed78cdc53df1909fd7da06150cb3c64dea NeedsCompilation: no Packaged: 2026-07-06 09:46:07 UTC; root Author: Brendan Rocks [aut], Ian Lyttle [aut, cre] (ORCID: ), Nathan Day [aut] (ORCID: ), Vincent Fulco [ctb], Alec Wong [ctb], Alex Brodersen [ctb] Maintainer: Ian Lyttle