boxr 0.3.5
Improvements
-
adds automatic-retry to authentication functions,
box_auth()
andbox_auth_service()
. (#131) -
adds
box_auth_service()
to support OAuth2.0 using JWT, also addsbox_dir_invite()
to invite a collaboration on a Box folder. This makes it easier to authenticate to box.com from remote computers (e.g. RStudio Cloud, RStudio Server) (#23) -
modifies
box_source()
: adds...
argument to pass other arguments tosource()
. -
modifies
box_write()
,box_dl()
:- deprecates the
filename
argument in favor offile_name
.
- deprecates the
-
modifies
box_auth()
(#96):- deprecates
write.Renv
argument - copies text to the clipboard, rather than overwrite the
.Renviron
file - returns
invisible(NULL)
upon success
- deprecates
-
deprecates
box_auth_on_attach()
(#96) -
adds a logo (#92, @nathancday)
-
converts pagination method from offset to marker-based paging (#79, @awong234)
-
adds option to return specified
fields
inbox_ls()
(#72, @awong234) -
adds updated screen shots (pngs in
images/
) and description for creating a Box App with the new Box Developer Console UI. Also added reference forbox_auth_on_attach
in step 4 'And you're done'. (#57, @nathancday)