Skip to content

Commit ad80e3c

Browse files
committed
fix typo
1 parent 0acca40 commit ad80e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
name,
7474
"-1.2.8.tgz'
7575
)
76-
remotes::install_url(, INSTALL_opts = c("--no-multiarch", "--no-test-load", "--no-staged-install"))
76+
remotes::install_url(url, INSTALL_opts = c("--no-multiarch", "--no-test-load", "--no-staged-install"))
7777
shell: Rscript {0}
7878

7979
- uses: r-lib/actions/check-r-package@v2

0 commit comments

Comments
 (0)