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
Right now rcmdcheck doesn't ensure the build tools are on the PATH, so you can get failures on Windows even if you have RTools installed unless you explicitly use pkgbuild::with_build_tools(). We could have rcmdcheck instead do this automatically.
Note RStudio does put RTools on the PATH when you run it via the build pane, but not if you run directly in the console.
The text was updated successfully, but these errors were encountered:
Right now rcmdcheck doesn't ensure the build tools are on the PATH, so you can get failures on Windows even if you have RTools installed unless you explicitly use
pkgbuild::with_build_tools()
. We could have rcmdcheck instead do this automatically.Note RStudio does put RTools on the PATH when you run it via the build pane, but not if you run directly in the console.
The text was updated successfully, but these errors were encountered: