You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that the current build is the most recent checked build (likely based on comparing the Background: package_commit_sha IQSS Report Card element to the most recent commit and if there are any uncommitted changes. If not, then FAIL prompting user to check_best_practice).
Push to GitHub with a new git tag based on Background:package_version in 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.
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.