-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Low hanging fruit and the jump to R v4 (#159)
* fix #142 with box_current_version() * testing travis1 * doc fixins * coherce to character for vctrs warning in dplyr::bind_rows() * dplyr bind_rows test * delink some funcs in docs * remove print * update README travis badge * delink more and add readRDS * item paren * readRDS link * alt mode unclass strat * return something * retry newer behavior for bind_rows() * remove internal docs * reknit README for travis badge * box_save/read_rds ready to go * add skip_funcs to rds tests * add commentability, close #107 * open browser wrappers, fix #98 * redoc for Rcheck * version bump and NEWS * update box_browse to work like box_collab_create * respond to edits * ref utils for browseURL to make Rcm chck happy * box_version clean-up * refactor documentation * edit responses rd2 * Refactor versions to "supersede" box_previous_version() * pull upstream, bump version * comment tweaks * add box_comment_get_classes * box_comment_create classed * version bump, news * polish comment classes * touch up box_browse() documentation - put directory/folder first to match argument order * add on.exit() to save/load functions, tweak documentation * tweak documentation on box_comment, S3 classes. add jsonlite to imports. * box_comment_get() and box_collab_get() return only the entries part of the API response: - the rest deals with only pagination - by returning only entries, we can support pagination - this is what box_ls() does * export box_versions_api(), add s3 class `box_versions_list`, methods, amend tests - uses `version_id` rather than `file_version_id` * clean-up: - tweak box_read_rds() docs - deprecation call for box_previous_versions() - amend NEWS Co-authored-by: Ian Lyttle <[email protected]>
- Loading branch information
1 parent
14d2ae6
commit 90df3f8
Showing
45 changed files
with
815 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: boxr | ||
Type: Package | ||
Title: Interface for the 'Box.com API' | ||
Version: 0.3.5.9007 | ||
Version: 0.3.5.9008 | ||
Authors@R: c( | ||
person("Brendan", "Rocks", email = "[email protected]", | ||
role = c("aut")), | ||
|
@@ -48,14 +48,15 @@ Imports: | |
stats, | ||
stringr, | ||
utils, | ||
tibble | ||
tibble, | ||
lifecycle, | ||
jsonlite, | ||
Suggests: | ||
clipr (>= 0.3.0), | ||
conflicted, | ||
gargle (>= 0.3.0), | ||
here, | ||
jose, | ||
jsonlite, | ||
knitr, | ||
openssl, | ||
png, | ||
|
@@ -67,3 +68,4 @@ VignetteBuilder: knitr | |
RoxygenNote: 7.1.1 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RdMacros: lifecycle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.