diff --git a/.github/workflows/R-CMD-check.yml b/.github/workflows/R-CMD-check.yml index 75b7332..9e45853 100644 --- a/.github/workflows/R-CMD-check.yml +++ b/.github/workflows/R-CMD-check.yml @@ -32,4 +32,5 @@ jobs: - uses: r-lib/actions/check-r-package@v2 with: - error-on: '"note"' \ No newline at end of file + error-on: '"note"' + run_dont_test: true \ No newline at end of file