Skip to content

Commit

Permalink
Drop support for R 3.2 (#4266)
Browse files Browse the repository at this point in the history
* Drop support for R 3.2

* Add a NEWS item
  • Loading branch information
yutannihilation committed Nov 16, 2020
1 parent a132727 commit b76fa96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -30,7 +30,6 @@ jobs:
- {os: ubuntu-16.04, r: '3.5', vdiffr: false, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.4', vdiffr: false, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.3', vdiffr: false, xref: true, rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.2', vdiffr: false, xref: false, rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -25,7 +25,7 @@ Authors@R: c(
person("RStudio", role = c("cph", "fnd"))
)
Depends:
R (>= 3.2)
R (>= 3.3)
Imports:
digest,
glue,
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Expand Up @@ -22,6 +22,8 @@

* `stat_bin()`'s computed variable `width` is now documented (#3522).

* ggplot2 now requires R >= 3.3 (#4247).

# ggplot2 3.3.2
This is a small release focusing on fixing regressions introduced in 3.3.1.

Expand Down

0 comments on commit b76fa96

Please sign in to comment.