Skip to content

Commit

Permalink
Bump minimum R requirement to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed May 23, 2022
1 parent ae6c019 commit 58d795f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: '3.5.0'}
- {os: ubuntu-latest, r: '3.6.0'}

env:
R_KEEP_PKG_SOURCE: yes
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Description: A procedure for comparing multivariate samples associated with
for comparing samples of time series, images, spectrometric measures or
similar multivariate observations.
Depends:
R (>= 3.5.0)
R (>= 3.6.0)
Imports:
utils,
graphics,
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Test environments

* Ubuntu 20.04.4 (R: devel, release, oldrel-1, 3.5.0)
* Ubuntu 20.04.4 (R: devel, release, oldrel-1, 3.6.0)
* Windows 11 (R: release)
* macOS 12 (R: release)

Expand Down

0 comments on commit 58d795f

Please sign in to comment.