From 1ba9a9e688253222997add978c342e427d612547 Mon Sep 17 00:00:00 2001 From: Sudaraka88 Date: Tue, 25 Jun 2024 15:15:52 +1000 Subject: [PATCH] bug_fix --- .Rbuildignore | 1 + .github/workflows/r.yml | 9 ++------- .gitignore | 1 - 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 91114bf..3912071 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,2 +1,3 @@ ^.*\.Rproj$ ^\.Rproj\.user$ +^\.github$ diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index c6adda6..9cf9ce1 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -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: @@ -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 diff --git a/.gitignore b/.gitignore index da2398b..ec75881 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,3 @@ Makevars testscripts.R testscript_op tests -