Skip to content

Commit 723223e

Browse files
lionel-thomasp85
authored andcommitted
Drop support for R 3.1 (#3309)
1 parent 1f6f0cb commit 723223e

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ matrix:
1818
provider: script
1919
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
2020
skip_cleanup: true
21-
- r: oldrel
21+
- r: 3.5
22+
- r: 3.4
23+
- r: 3.3
2224
- r: 3.2
2325
env: R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
24-
- r: 3.1
25-
env: R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
2626

2727
# environment variables set for all builds
2828
env:

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Authors@R: c(
1717
person("RStudio", role = c("cph"))
1818
)
1919
Depends:
20-
R (>= 3.1)
20+
R (>= 3.2)
2121
Imports:
2222
digest,
2323
grDevices,

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ extension developers if they have relied on internals that have been changed.
77
This release also sees the addition of Hiroaki Yutani (@yutannihilation) to the
88
core developer team.
99

10+
With the release of R 3.6, ggplot2 now requires the R version to be at least 3.2,
11+
as the tidyverse is committed to support 5 major versions of R.
12+
1013
## Breaking changes
1114

1215
* Two patches (#2996 and #3050) fixed minor rendering problems. In most cases,

0 commit comments

Comments
 (0)