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
A super useful tip by @HenrikBengtsson that I discovered recently regarding winbuilder and R-hub: you can get R-hub to behave more like winbuilder by using the --force-multiarch R CMD check option.
So rhub::check_on_windows(check_args = "--force-multiarch").
It allowed me to reproduce on R-hub errors that winbuilder found but that the default rhub::check_on_windows() couldn't reproduce.
Everything you should know about WinBuilder - R-hub blog
https://blog.r-hub.io/2020/04/01/win-builder/
The text was updated successfully, but these errors were encountered: