Skip to content

Commit 4897394

Browse files
committed
...typo
1 parent 592d6b1 commit 4897394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install e1071
22-
run: Rscript -e 'install.packages(c("e1071", "qs2")'
22+
run: Rscript -e 'install.packages(c("e1071", "qs2"))'
2323

2424
- name: R CMD CHECK
2525
run: |

0 commit comments

Comments
 (0)