Skip to content

Commit

Permalink
bug_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudaraka88 authored and Sudaraka88 committed Jun 25, 2024
1 parent f275e48 commit 1ba9a9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
^\.github$
9 changes: 2 additions & 7 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
Expand Down Expand Up @@ -44,13 +43,9 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
dependencies: '"hard"'
dependencies: 'hard'
cache: false
extra-packages: |
any::rcmdcheck
any::testthat
any::knitr
any::rmarkdown
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ Makevars
testscripts.R
testscript_op
tests

0 comments on commit 1ba9a9e

Please sign in to comment.