Skip to content

Commit

Permalink
Try installing R from CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
KentonWhite authored Apr 27, 2024
1 parent 2af380e commit 08c163e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: r
dist: bionic
cache: packages
warnings_are_errors: true
R:
- 4.4
addons:
apt:
sources:
Expand All @@ -14,6 +12,10 @@ addons:
# - g++-7
# - python-pandas
before_install:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
- sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
- sudo apt update
- sudo apt install r-base
- pip3 install pandas
- sudo $(which R) CMD javareconf
# - sudo $(which R) CMD javareconf
Expand Down

0 comments on commit 08c163e

Please sign in to comment.