Skip to content

Commit

Permalink
Bad R link
Browse files Browse the repository at this point in the history
  • Loading branch information
Nafis Sadat committed Aug 6, 2018
1 parent 6408603 commit 21bd923
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ install:
- conda create -c conda-forge -n pymb_test -y python=3.6 numpy scipy libiconv libxml2 lxml scikit-sparse
- source activate pymb_test
- conda install -c r -y r-base rpy2
- /home/travis/miniconda3/bin/R -e 'install.packages("Matrix", repos="http://cran.us.r-project.org", dependencies=T)'
- /home/travis/miniconda3/bin/R -e 'install.packages("TMB", repos="http://cran.us.r-project.org", dependencies=T)'
- R -e 'install.packages("Matrix", repos="http://cran.us.r-project.org", dependencies=T)'
- R -e 'install.packages("TMB", repos="http://cran.us.r-project.org", dependencies=T)'
- cd ../PyMB && python setup.py install && python -c "import rpy2.rinterface as rinterface"


Expand Down
1 change: 1 addition & 0 deletions bin/02_pymb_linreg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ set -e # Exit with nonzero exit code if anything fails

## Run linreg example
source activate pymb_test
which -a R
python Examples/linreg.py

0 comments on commit 21bd923

Please sign in to comment.