-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
publish_package() should be able to:
-
Check that the current build is the most recent checked build (likely based on comparing the
Background: package_commit_shaIQSS Report Card element to the most recent commit and if there are any uncommitted changes. If not, then FAIL prompting user tocheck_best_practice). -
Push to GitHub with a new git tag based on
Background:package_versionin the Report Card. -
Push to Dataverse with the dataverse package. (need to check if it is possible to create a new version).
-
Push to CRAN
Each of these can be disabled based on user publishing needs.