Skip to content

Commit

Permalink
prep for release)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 19, 2023
1 parent b74a6b1 commit 3d5242d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ README.html
pkgdown
Makefile
^CRAN-SUBMISSION$
^doc$
^Meta$
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Cache R packages
if: runner.os != 'Windows'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ README.html
*.gpkg
logo
pkgdown
CRAN-SUBMISSION
CRAN-SUBMISSION
/doc/
/Meta/

0 comments on commit 3d5242d

Please sign in to comment.