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
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.
The text was updated successfully, but these errors were encountered:
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).
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.The text was updated successfully, but these errors were encountered: