Skip to content

Commit

Permalink
Merge pull request #110 from adamlilith/intuitive_fasterRaster
Browse files Browse the repository at this point in the history
Fix `R CMD check` GH Action; badge in README
  • Loading branch information
adamlilith authored Dec 4, 2024
2 parents 9e32b6c + e4ae2f5 commit 6f720cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

name: R-CMD-check.yaml

permissions: read-all

before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# fasterRaster
<!-- badges: start -->

![R](https://img.shields.io/badge/r-%23276DC3.svg?style=for-the-badge&logo=r&logoColor=white) [![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)
[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)

[![R-CMD-check](https://github.com/adamlilith/fasterRaster/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/adamlilith/fasterRaster/actions/workflows/R-CMD-check.yaml)

<!-- badges: end -->

Faster raster processing in `R` using `GRASS GIS`
Expand Down

0 comments on commit 6f720cd

Please sign in to comment.