Skip to content

Commit

Permalink
Restore support for 3.2 (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed May 6, 2020
1 parent 41426b1 commit 76398d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -26,6 +26,7 @@ jobs:
- {os: ubuntu-16.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.4', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.3', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- {os: ubuntu-16.04, r: '3.2', 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 @@ -24,7 +24,7 @@ License: GPL-3
URL: https://vctrs.r-lib.org/
BugReports: https://github.com/r-lib/vctrs/issues
Depends:
R (>= 3.3)
R (>= 3.2)
Imports:
ellipsis (>= 0.2.0),
digest,
Expand Down
3 changes: 0 additions & 3 deletions NEWS.md
Expand Up @@ -27,9 +27,6 @@ The following errors are caused by breaking changes.

## Breaking changes

* The minimum required version of R has been increased to 3.3.0. This is
consistent with our commitment to support the last 5 versions of R.

* Double-dispatch methods for `vec_ptype2()` and `vec_cast()` are no
longer inherited (#710). Class implementers must implement one set
of methods for each compatible class.
Expand Down

0 comments on commit 76398d8

Please sign in to comment.