NEWS.md
pb_track()
, pb_push()
, and pb_pull()
which were removed as of version 0.0.0.9900pb_upload()
now handles the dir
argument to control relative path directories.gitcreds
and other use.pb_upload()
when creating a new tag in the process, previously data would be attached to the previously latest
tag instead of the newly created one.pb_download()
where httr would report a 401 status even after data successfully downloads.pb_info()
calls, inceasing default piggyback_cache_duration
to 10 minutes [#46]main
or without previous releases [#48]guess_repo()
now infers a remote when there are multiple associated with the repo. The “upstream” (preferred) or “origin” repo is selected if either exists, otherwise the function errors and asks the user to explicitly specify a repo (#31).release_info()
now works properly when there are no existing releases, which enables the usage of pb_new_release()
on repos without a release (#29).pb_info()
under certain cases which resulted in Error in a[[1]] : subscript out of bounds
, (#36)overwrite
behavior in pb_upload()
(#25)pb_download()
. (#24, #26)utils::askYesNo
which is only available in R >= 3.5.0