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:
18
18
provider : script
19
19
script : Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
20
20
skip_cleanup : true
21
- - r : oldrel
21
+ - r : 3.5
22
+ - r : 3.4
23
+ - r : 3.3
22
24
- r : 3.2
23
25
env : R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
24
- - r : 3.1
25
- env : R_REMOTES_NO_ERRORS_FROM_WARNINGS=true
26
26
27
27
# environment variables set for all builds
28
28
env :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Authors@R: c(
17
17
person("RStudio", role = c("cph"))
18
18
)
19
19
Depends:
20
- R (>= 3.1 )
20
+ R (>= 3.2 )
21
21
Imports:
22
22
digest,
23
23
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.
7
7
This release also sees the addition of Hiroaki Yutani (@yutannihilation ) to the
8
8
core developer team.
9
9
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
+
10
13
## Breaking changes
11
14
12
15
* Two patches (#2996 and #3050 ) fixed minor rendering problems. In most cases,
You can’t perform that action at this time.
0 commit comments