8000 doc: `Rtools` no longer installed on GHA runners by CGMossa · Pull Request #1006 · r-lib/actions · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

doc: Rtools no longer installed on GHA runners #1006

8000
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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions setup-r/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ inputs:
description: |
Exact version of Rtools to use. Default uses latest suitable
rtools for the given version of R. Set it to "42" for Rtools42.
If it is 'none', then Rtools will not be installed. (Note that
there is still a pre-installed version of Rtools on the
GitHub-hosted GHA runners.)
If it is 'none', then Rtools will not be installed.
default: ''
Ncpus:
description: 'Value to set the R option `Ncpus` to.'
Expand Down
0