From a27be5331b4a5c0dafacffc98b117473e7ef1350 Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Tue, 7 May 2019 11:37:25 +0200 Subject: [PATCH] Drop support for R 3.1 --- .travis.yml | 6 +++--- DESCRIPTION | 2 +- NEWS.md | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5bf180e6c..0349bff0f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,11 +18,11 @@ matrix: provider: script script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)' skip_cleanup: true - - r: oldrel + - r: 3.5 + - r: 3.4 + - r: 3.3 - r: 3.2 env: R_REMOTES_NO_ERRORS_FROM_WARNINGS=true - - r: 3.1 - env: R_REMOTES_NO_ERRORS_FROM_WARNINGS=true # environment variables set for all builds env: diff --git a/DESCRIPTION b/DESCRIPTION index 3a30d17cec..3a8ace6fc5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ Authors@R: c( person("RStudio", role = c("cph")) ) Depends: - R (>= 3.1) + R (>= 3.2) Imports: digest, grDevices, diff --git a/NEWS.md b/NEWS.md index 4699714a4a..db819b1ab3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,9 @@ extension developers if they have relied on internals that have been changed. This release also sees the addition of Hiroaki Yutani (@yutannihilation) to the core developer team. +With the release of R 3.6, ggplot2 now requires the R version to be at least 3.2, +as the tidyverse is committed to support 5 major versions of R. + ## New features * This release includes a range of internal changes that speeds up plot