Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
agricolamz committed May 28, 2023
1 parent 1b5b611 commit 5ec4a76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

Expand Down
2 changes: 0 additions & 2 deletions R/map.feature.R
Original file line number Diff line number Diff line change
Expand Up @@ -703,8 +703,6 @@ map.feature <- function(languages,
}
}



# if there is density estimation ------------------------------------------
if (!is.null(density.estimation)) {
lapply(seq_along(my_poly), function(x) {
Expand Down

0 comments on commit 5ec4a76

Please sign in to comment.