ropensci / piggyback

:package: for using large(r) data files on GitHub
https://docs.ropensci.org/piggyback
GNU General Public License v3.0
182 stars 26 forks source link

make `pb_list()` respect option "piggyback.verbose" #91

Closed mrcaseb closed 2 years ago

mrcaseb commented 2 years ago

This PR fixes #90

The internal function get_release_assets now calls gh::gh() with the argument .progress.

mrcaseb commented 2 years ago

Running the example from #90 with this PR results in this

options(piggyback.verbose = FALSE)
assets <- piggyback::pb_list(repo = "nflverse/nflverse-data")

Created on 2022-08-05 by the reprex package (v2.0.1)