From e411f98a1f98a1818e4fc60005276544bbd2620a Mon Sep 17 00:00:00 2001 From: CGMossa Date: Fri, 2 May 2025 17:43:56 +0200 Subject: [PATCH] Update action.yml There are no longer default rtools installed on Githubs runners. --- setup-r/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup-r/action.yml b/setup-r/action.yml index 936b2c53..a02359fe 100644 --- a/setup-r/action.yml +++ b/setup-r/action.yml @@ -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.'