Skip to content

Commit

Permalink
Remove check on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 2, 2023
1 parent 5e7736a commit d86486c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
config:
- {os: macos-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}

- {os: ubuntu-latest, r: 'release'}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion man/harvestableareadefinition.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/testthat/test-getmask.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ test_that("getmask", {
data(DTMParacou)
mask <- getmask(Paracou6_2016, DTMParacou)
# See issue #67 for possible error
expect_true(inherits(mask, "SpatialPolygons"))
expect_true(inherits(mask, "SpatialPolygonsDataFrame"))
})

0 comments on commit d86486c

Please sign in to comment.