update Travis to R 4.0.0 and bionic

This commit is contained in:
Dirk Eddelbuettel 2020-06-09 21:17:48 -05:00
parent 3c2786e991
commit 9a534dd444
3 changed files with 11 additions and 1 deletions

View File

@ -2,7 +2,14 @@
language: c language: c
sudo: required sudo: required
dist: trusty dist: bionic
jobs:
include:
#- name: r-3.5
# env: R_VERSION="3.5"
- name: r-4.0
env: R_VERSION="4.0"
before_install: before_install:
- curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh - curl -OLs https://eddelbuettel.github.io/r-travis/run.sh && chmod 0755 run.sh

View File

@ -2,6 +2,8 @@
* DESCRIPTION (Version, Date): Release 0.0.6 * DESCRIPTION (Version, Date): Release 0.0.6
* .travis.yml: Switch to bionic and R 4.0.0
2020-06-08 Joseph Stachelek <stachel2@msu.edu> 2020-06-08 Joseph Stachelek <stachel2@msu.edu>
* R/binb.R: Update natbib default from 'none' to 'default' to please * R/binb.R: Update natbib default from 'none' to 'default' to please

View File

@ -10,6 +10,7 @@
\item The README.md file received another badge (Dirk). \item The README.md file received another badge (Dirk).
\item The \code{natbib} default value was updated to accomodate \item The \code{natbib} default value was updated to accomodate
\pkg{rmarkdown} (Joseph Stachelek in \ghpr{26}). \pkg{rmarkdown} (Joseph Stachelek in \ghpr{26}).
\item Travis now uses R 4.0.0 and 'bionic' (Dirk).
} }
} }