File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff 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
2828env :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Authors@R: c(
1717 person("RStudio", role = c("cph"))
1818 )
1919Depends:
20- R (>= 3.1 )
20+ R (>= 3.2 )
2121Imports:
2222 digest,
2323 grDevices,
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ extension developers if they have relied on internals that have been changed.
77This release also sees the addition of Hiroaki Yutani (@yutannihilation ) to the
88core 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,
You can’t perform that action at this time.
0 commit comments