Skip to content

Commit e2f6362

Browse files
author
John Waller
committed
sf fix didn't work
1 parent a8660d7 commit e2f6362

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ jobs:
7171
if: runner.os == 'Linux'
7272
run: |
7373
pak::local_install_dev_deps()
74-
remotes::install_github("r-spatial/sf")
75-
pak::pkg_install(c("rcmdcheck", "maps", "scales", "colorspace", "terra", "magick", "protolite"))
74+
pak::pkg_install(c("sf","rcmdcheck", "maps", "scales", "colorspace", "terra", "magick", "protolite"))
7675
shell: Rscript {0}
7776

7877
- name: Install dependencies macOS and Windows

0 commit comments

Comments
 (0)