From bacde635c6e7fe288b9b320a26fcdfc8d0ce6ded Mon Sep 17 00:00:00 2001 From: Anestis Touloumis Date: Fri, 24 Feb 2023 11:03:05 +0000 Subject: [PATCH] 230224: corrected args in rcmdcheck --- .github/workflows/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index c6a3d32..ba52ec3 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -47,7 +47,7 @@ jobs: - uses: r-lib/actions/check-r-package@v2 with: upload-snapshots: true - args: 'c("--no-manual, --as-cran")' + args: 'c("--no-manual", "--as-cran")' build_args: 'c("--compact-vignettes=both")' error-on: '"error"' check-dir: '"check"' \ No newline at end of file