We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a8c2e commit aef31a9Copy full SHA for aef31a9
1 file changed
.github/workflows/samples-r.yaml
@@ -34,6 +34,10 @@ jobs:
34
with:
35
use-public-rspm: true
36
37
+ - name: Install devtools
38
+ run: install.packages("devtools")
39
+ shell: Rscript {0}
40
+
41
- name: Build
42
run: devtools::build()
43
shell: Rscript {0}
0 commit comments