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

Reduce CRAN check time for Windows #583

Closed
lorenzwalthert opened this issue Jul 22, 2024 · 1 comment
Closed

Reduce CRAN check time for Windows #583

lorenzwalthert opened this issue Jul 22, 2024 · 1 comment

Comments

@lorenzwalthert
Copy link
Owner

CRAN asks to reduce check time on Windows, probably it takes too long due to calling R from R (linux check time is much shorter).

  • new skip_on_windows_cran() to ensure checks run on other places
  • prioritise checks that might break with new base R or language: script hooks such as pkgdown, as other hooks might be checked with regular hook update scripts and don't pose immediate problem since hook environment is locked to package version with renv.
  • check that each hook has a similar amount of hooks executed on CRAN.
@lorenzwalthert lorenzwalthert changed the title Reduce CRAN check time Reduce CRAN check time for Windows Jul 22, 2024
@lorenzwalthert
Copy link
Owner Author

Closed with #582.

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