Skip to content

Commit

Permalink
sf
Browse files Browse the repository at this point in the history
Merge branch 'master' of https://github.com/ipeaGIT/gtfs2emis

# Conflicts:
#	.github/workflows/R-CMD-check.yaml
  • Loading branch information
Joaobazzo committed Nov 9, 2022
2 parents 10c8531 + 7e658bc commit a89ddd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check-CRAN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ jobs:
if: runner.os == 'macOS' && matrix.config.pkgdown != ''
run: brew install harfbuzz fribidi

# - name: Install system dependencies (Windows)
# if: runner.os == 'Windows'
# run: |
# install.packages("sf", type = "win.binary")

- name: Install dependencies
run: |
pak::local_install_dev_deps(upgrade = TRUE)
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ jobs:
if: runner.os == 'macOS' && matrix.config.pkgdown != ''
run: brew install harfbuzz fribidi

#- name: Install system dependencies (Windows)
# if: runner.os == 'windows'
# run: |
# install.packages("sf", type = "win.binary")

- name: Install dependencies
run: |
pak::local_install_dev_deps(upgrade = TRUE)
Expand Down

0 comments on commit a89ddd9

Please sign in to comment.