cynkra / fledge

Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
https://fledge.cynkra.com
186 stars 11 forks source link

fix: Update bump-version.R - replace length test in get_main_branch_config() #775

Closed D3SL closed 4 weeks ago

D3SL commented 2 months ago

Closes #767 length(table) always returns the number of columns, even for an empty (no rows) table. New test looks for the string "local" in init$level.

aviator-app[bot] commented 2 months ago

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes. Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This PR was merged manually (without Aviator). Merging manually can negatively impact the performance of the queue. Consider using Aviator next time.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.
maelle commented 4 weeks ago

Thanks a lot @D3SL!!