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

Windows R-CMD-check fails without local package installation first #79

Open
Nenuial opened this issue Sep 20, 2024 · 0 comments
Open

Windows R-CMD-check fails without local package installation first #79

Nenuial opened this issue Sep 20, 2024 · 0 comments

Comments

@Nenuial
Copy link
Collaborator

Nenuial commented Sep 20, 2024

The R-CMD-check fails on Windows when building vignettes because it can't find {babelquarto} (see this GHA run).

To fix this, an additional step has been added to the R-CMD-check setup and {devtools} has been added to the extra-packages.

      - uses: r-lib/actions/setup-r-dependencies@v2
        with:
          extra-packages: |
            any::rcmdcheck
            any::devtools
          needs: check

      - run: devtools::install(build_vignettes = FALSE)
        shell: Rscript {0}

This might be an issue with the way Windows handles the R CMD check and should be checked periodically to see if we can't remove this additional step.

@Nenuial Nenuial mentioned this issue Sep 20, 2024
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

No branches or pull requests

1 participant