Skip to content

Commit

Permalink
trim GA, Add R >= 3.6 Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Jun 27, 2020
1 parent 950de21 commit 9f90419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
- {os: windows-latest, r: 'release', continue-on-error: false }
- {os: ubuntu-16.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", continue-on-error: false }
- {os: ubuntu-16.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", continue-on-error: false }
- {os: ubuntu-16.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", continue-on-error: false }
- {os: ubuntu-16.04, r: '3.4', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", continue-on-error: true }
- {os: ubuntu-16.04, r: '3.3', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", continue-on-error: true }
- {os: ubuntu-16.04, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest", continue-on-error: false }


continue-on-error: ${{ matrix.config.continue-on-error }}
Expand Down
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Description: Access and interrogate EMODnet Web Feature Service data through R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6.0)
Suggests:
testthat (>= 2.1.0),
covr
Expand All @@ -40,5 +41,3 @@ Imports:
sf
URL: https://github.com/annakrystalli/EMODnetWFS
BugReports: https://github.com/annakrystalli/EMODnetWFS/issues
Depends:
R (>= 2.10)

0 comments on commit 9f90419

Please sign in to comment.