Skip to content

Commit 795e948

Browse files
authored
Merge pull request #293 from vfisikop/remove_R_interface
Remove R interface
2 parents acad38a + 4ee5374 commit 795e948

File tree

143 files changed

+27
-9803
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+27
-9803
lines changed

.github/workflows/R-CMD-check-macOS.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,17 @@ jobs:
4141
- name: Install dependencies
4242
run: Rscript -e "install.packages(c('devtools', dependencies=TRUE))" -e "install.packages(c('rcmdcheck', 'devtools', 'Rcpp', 'RcppEigen', 'BH', 'testthat', 'downloader', 'xfun'))";
4343

44+
- name: Checkout Rvolesti repository
45+
run: git clone https://github.com/GeomScale/Rvolesti.git;
46+
47+
- name: Upgrade with current develop of volesti
48+
run: cp -rf include Rvolesti/src/volesti;
49+
cp -rf external Rvolesti/src;
50+
4451
- name: Check
4552
env:
4653
_R_CHECK_CRAN_INCOMING_REMOTE_: false
47-
run: cd cran_gen/;
48-
Rscript genCRANpkg.R;
49-
cd cran_package;
54+
run: cd Rvolesti/;
5055
Rscript -e "library(rcmdcheck)" -e "rcmdcheck::rcmdcheck(args = c('--no-manual'), error_on = 'warning', check_dir = 'check')"
5156

5257
- name: Upload check results

.github/workflows/R-CMD-check-ubuntu.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,17 @@ jobs:
4444
- name: Install dependencies
4545
run: Rscript -e "install.packages(c('testthat', 'pkgload', 'rcmdcheck', 'devtools', 'Rcpp', 'RcppEigen', 'BH', 'downloader', 'xfun', dependencies=TRUE))";
4646

47+
- name: Checkout Rvolesti repository
48+
run: git clone https://github.com/GeomScale/Rvolesti.git;
49+
50+
- name: Upgrade with current develop of volesti
51+
run: cp -rf include Rvolesti/src/volesti;
52+
cp -rf external Rvolesti/src;
53+
4754
- name: Check
4855
env:
4956
_R_CHECK_CRAN_INCOMING_REMOTE_: false
50-
run: cd cran_gen/;
51-
Rscript genCRANpkg.R;
52-
cd cran_package;
57+
run: cd Rvolesti/;
5358
Rscript -e "library(rcmdcheck)" -e "rcmdcheck::rcmdcheck(args = c('--no-manual'), error_on = 'warning', check_dir = 'check')"
5459

5560
- name: Upload check results

.github/workflows/R-CMD-check-windows.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,17 @@ jobs:
4040
- name: Install dependencies
4141
run: Rscript -e "install.packages(c('devtools', dependencies=TRUE))" -e "install.packages(c('rcmdcheck', 'devtools', 'Rcpp', 'RcppEigen', 'BH', 'testthat', 'downloader', 'xfun'))"
4242

43+
- name: Checkout Rvolesti repository
44+
run: git clone https://github.com/GeomScale/Rvolesti.git;
45+
46+
- name: Upgrade with current develop of volesti
47+
run: cp -r -fo include Rvolesti/src/volesti;
48+
cp -r -fo external Rvolesti/src;
49+
4350
- name: Check
4451
env:
4552
_R_CHECK_CRAN_INCOMING_REMOTE_: false
46-
run: cd cran_gen/;
47-
Rscript genCRANpkg.R;
48-
cd cran_package;
53+
run: cd Rvolesti/;
4954
Rscript -e "library(rcmdcheck)" -e "rcmdcheck::rcmdcheck(args = c('--no-manual'), error_on = 'warning', check_dir = 'check')"
5055

5156
- name: Upload check results

R-proj/DESCRIPTION

Lines changed: 0 additions & 23 deletions
This file was deleted.

R-proj/NAMESPACE

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)