From f3e638b7b14532a7590e38dd50789864cdf94507 Mon Sep 17 00:00:00 2001 From: Ivan Svetunkov Date: Sun, 31 Mar 2024 18:38:51 +0100 Subject: [PATCH 1/2] Update .Rprofile Cleaning the file to allow actions --- .Rprofile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.Rprofile b/.Rprofile index 199fe51..8b13789 100644 --- a/.Rprofile +++ b/.Rprofile @@ -1,6 +1 @@ -library(generics) -library(greybox) -library(nloptr) -library(statmod) -library(pracma) -library(smooth) + From d340e53114993531b16dc3523afaf2a6b40748dd Mon Sep 17 00:00:00 2001 From: Ivan Svetunkov Date: Sun, 31 Mar 2024 18:56:38 +0100 Subject: [PATCH 2/2] Update test.yml Don't install dev versions of packages --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49407a3..94844ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,13 +61,6 @@ jobs: remotes::install_cran("rcmdcheck") shell: Rscript {0} - - name: Install greybox and smooth from repo (devel only) - if: ${{ matrix.config.r == 'devel' }} - run: | - remotes::install_github("config-i1/greybox") - remotes::install_github("config-i1/smooth") - shell: Rscript {0} - - name: Session info run: | options(width = 100)