Skip to content

Commit

Permalink
Removed oldrel-4 from gh action as R 3.6 does not support new pipe an…
Browse files Browse the repository at this point in the history
…d vignettes will fail
  • Loading branch information
dipterix committed Dec 17, 2024
1 parent 29dde14 commit c252d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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 @@ -35,7 +35,6 @@ jobs:
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'oldrel-4'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- badges: start -->
[![CRAN-version](https://www.r-pkg.org/badges/version/dipsaus)](https://CRAN.R-project.org/package=dipsaus)
[![Develop](https://dipterix.r-universe.dev/badges/dipsaus)](https://dipterix.r-universe.dev/)
[![CRAN-version](http://cranlogs.r-pkg.org/badges/grand-total/dipsaus)](https://CRAN.R-project.org/package=dipsaus)
[![CRAN-downloads](http://cranlogs.r-pkg.org/badges/grand-total/dipsaus)](https://CRAN.R-project.org/package=dipsaus)
[![R-check](https://github.com/dipterix/dipsaus/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dipterix/dipsaus/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Expand All @@ -12,7 +12,7 @@ Package `dipsaus` provides `add-ons` to various packages such as `shiny`, `rlang

```r
# To install the development package
# remotes::install_github('dipterix/dipsaus')
# pak::pak('dipterix/dipsaus')

# To install from CRAN
install.packages("dipsaus")
Expand Down

0 comments on commit c252d43

Please sign in to comment.