Skip to content

Merge pull request #1088 from babayoshihiko/main #1750

Merge pull request #1088 from babayoshihiko/main

Merge pull request #1088 from babayoshihiko/main #1750

Workflow file for this run

name: dev-pkgs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container: geocompr/geocompr:suggests
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout Project
uses: actions/checkout@v1
- name: Build book
run: |
Rscript -e 'remotes::install_github("r-spatial/sf")'
Rscript -e 'remotes::install_github("r-spatial/stars")'
Rscript -e 'remotes::install_github("rspatial/terra")'
Rscript -e 'remotes::install_github("geocompx/geocompkg", dependencies = TRUE, force = TRUE)'
Rscript -e 'bookdown::render_book("index.Rmd")'