Skip to content

Commit ae97f19

Browse files
committed
Merge branch 'main' of github.com:r-spatial/spatialreg
2 parents 962a5df + 4fb0286 commit ae97f19

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: .github/workflows/check-standard.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- {os: macOS-latest, r: 'release'}
2424
- {os: ubuntu-latest, r: 'release'}
2525
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
26+
- {os: ubuntu-latest, r: 'oldrel-1'}
27+
- {os: ubuntu-latest, r: 'oldrel-2'}
2628

2729
env:
2830
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# spatialreg
2-
3-
[![Actions Status](https://github.com/r-spatial/spatialreg/workflows/R-CMD-check/badge.svg)](https://github.com/r-spatial/spatialreg/actions)
1+
<!-- badges: start -->
2+
[![R-CMD-check](https://github.com/r-spatial/spatialreg/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/r-spatial/spatialreg/actions/workflows/check-standard.yaml)
43
[![CRAN](http://www.r-pkg.org/badges/version/spatialreg)](https://cran.r-project.org/package=spatialreg)
4+
<!-- badges: end -->
5+
6+
# spatialreg
57

68
### spatialreg: spatial models estimation and testing
79

0 commit comments

Comments
 (0)