Skip to content

Commit

Permalink
fix GA
Browse files Browse the repository at this point in the history
  • Loading branch information
rafapereirabr committed Apr 5, 2024
1 parent a2904da commit 1759b0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- run: ./gradlew build


- name: Query dependencies
Expand Down
9 changes: 5 additions & 4 deletions r-package/pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ repo:
source: https://github.com/ipeaGIT/r5r/tree/master/r-package/

reference:
- title: "Setup"
- title: "Setup network"
- contents:
- download_r5
- setup_r5
- stop_r5
- title: "Accessibility"
- contents:
- accessibility
Expand All @@ -26,7 +24,7 @@ reference:
- title: "Isochrone"
- contents:
- isochrone
- title: "Extract Network data"
- title: "Extract Network spatial data"
- contents:
- street_network_to_sf
- transit_network_to_sf
Expand All @@ -40,3 +38,6 @@ reference:
- find_snap
- r5r_sitrep
- r5r_cache
- download_r5
- stop_r5

0 comments on commit 1759b0e

Please sign in to comment.