Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Workflows #55

Merged
merged 5 commits into from
Sep 24, 2024
Merged

Update Workflows #55

merged 5 commits into from
Sep 24, 2024

Conversation

zkamvar
Copy link
Member

@zkamvar zkamvar commented Sep 20, 2024

update workflows for universe release (to be merged after release)

Copy link

github-actions bot commented Sep 20, 2024

run: |
# remove the remote declarations from the DESCRIPTION so that we
# test the released version
sed -i -e '/ hubverse-org/d' DESCRIPTION
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For my own understanding: if there's a hotfix/release for this package (hubEvals), why do we need to remove the remote references for dependencies like hubUtils?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because these packages are in the Remotes: field, which will pull the development versions of the packages when standing up the infrastructure for testing (see https://r-pkgs.org/dependencies-in-practice.html#depending-on-the-development-version-of-a-package).

By removing these from the DESCRIPTION, we force the workflow to pull the released versions of the dependent packages.

Copy link
Contributor

@elray1 elray1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approve subject to readme link update

README.Rmd Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@zkamvar zkamvar merged commit 372977e into main Sep 24, 2024
8 checks passed
@zkamvar zkamvar deleted the znk/update-workflows branch September 24, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants