Skip to content

Commit

Permalink
Merge pull request #293 from vfisikop/remove_R_interface
Browse files Browse the repository at this point in the history
Remove R interface
  • Loading branch information
vfisikop committed Mar 7, 2024
2 parents acad38a + 4ee5374 commit 795e948
Show file tree
Hide file tree
Showing 143 changed files with 27 additions and 9,803 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/R-CMD-check-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,17 @@ jobs:
- name: Install dependencies
run: Rscript -e "install.packages(c('devtools', dependencies=TRUE))" -e "install.packages(c('rcmdcheck', 'devtools', 'Rcpp', 'RcppEigen', 'BH', 'testthat', 'downloader', 'xfun'))";

- name: Checkout Rvolesti repository
run: git clone https://github.com/GeomScale/Rvolesti.git;

- name: Upgrade with current develop of volesti
run: cp -rf include Rvolesti/src/volesti;
cp -rf external Rvolesti/src;

- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: cd cran_gen/;
Rscript genCRANpkg.R;
cd cran_package;
run: cd Rvolesti/;
Rscript -e "library(rcmdcheck)" -e "rcmdcheck::rcmdcheck(args = c('--no-manual'), error_on = 'warning', check_dir = 'check')"

- name: Upload check results
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/R-CMD-check-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,17 @@ jobs:
- name: Install dependencies
run: Rscript -e "install.packages(c('testthat', 'pkgload', 'rcmdcheck', 'devtools', 'Rcpp', 'RcppEigen', 'BH', 'downloader', 'xfun', dependencies=TRUE))";

- name: Checkout Rvolesti repository
run: git clone https://github.com/GeomScale/Rvolesti.git;

- name: Upgrade with current develop of volesti
run: cp -rf include Rvolesti/src/volesti;
cp -rf external Rvolesti/src;

- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: cd cran_gen/;
Rscript genCRANpkg.R;
cd cran_package;
run: cd Rvolesti/;
Rscript -e "library(rcmdcheck)" -e "rcmdcheck::rcmdcheck(args = c('--no-manual'), error_on = 'warning', check_dir = 'check')"

- name: Upload check results
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/R-CMD-check-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,17 @@ jobs:
- name: Install dependencies
run: Rscript -e "install.packages(c('devtools', dependencies=TRUE))" -e "install.packages(c('rcmdcheck', 'devtools', 'Rcpp', 'RcppEigen', 'BH', 'testthat', 'downloader', 'xfun'))"

- name: Checkout Rvolesti repository
run: git clone https://github.com/GeomScale/Rvolesti.git;

- name: Upgrade with current develop of volesti
run: cp -r -fo include Rvolesti/src/volesti;
cp -r -fo external Rvolesti/src;

- name: Check
env:
_R_CHECK_CRAN_INCOMING_REMOTE_: false
run: cd cran_gen/;
Rscript genCRANpkg.R;
cd cran_package;
run: cd Rvolesti/;
Rscript -e "library(rcmdcheck)" -e "rcmdcheck::rcmdcheck(args = c('--no-manual'), error_on = 'warning', check_dir = 'check')"

- name: Upload check results
Expand Down
23 changes: 0 additions & 23 deletions R-proj/DESCRIPTION

This file was deleted.

42 changes: 0 additions & 42 deletions R-proj/NAMESPACE

This file was deleted.

0 comments on commit 795e948

Please sign in to comment.