Skip to content

Commit 5478aa3

Browse files
committed
INSTALL r 3.5
1 parent 9aa969a commit 5478aa3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@ dist: xenial
22
addons:
33
artifacts: true
44
apt:
5-
sources:
6-
- r-packages-precise
75
packages:
86
- firefox-geckodriver
9-
- r-base
107
language: python
118
python:
129
- '3.7'
1310
notifications:
1411
email: true
15-
before_install:
16-
- R --version
1712
install:
13+
- add-apt-repository ppa:marutter/rrutter3.5
14+
- apt-get update
15+
- apt install r-api-3.5
1816
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
1917
- chmod +x orca.AppImage
2018
- pip install --quiet -r requirements.txt

0 commit comments

Comments
 (0)