File tree Expand file tree Collapse file tree 8 files changed +15
-12
lines changed Expand file tree Collapse file tree 8 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 15
15
hub
16
16
tic.R
17
17
NOTES
18
- ^\.github/workflows/R-CMD-check\.yaml$
19
- ^\.github/workflows/R-CMD-check-with-db\.yaml$
20
18
^\.ccache$
21
19
^\.github$
22
20
^tic\.R$
Original file line number Diff line number Diff line change
1
+ * .html
Original file line number Diff line number Diff line change 24
24
- {os: windows-latest, r: 'release'}
25
25
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
26
26
- {os: ubuntu-latest, r: 'release'}
27
+ - {os: ubuntu-latest, r: 'oldrel-1'}
28
+ - {os: ubuntu-latest, r: 'oldrel-2'}
27
29
28
30
env :
29
31
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
@@ -36,13 +38,12 @@ jobs:
36
38
37
39
- uses : r-lib/actions/setup-r@v2
38
40
with :
39
- rtools-version : ' 42'
40
41
r-version : ${{ matrix.config.r }}
41
42
http-user-agent : ${{ matrix.config.http-user-agent }}
42
43
use-public-rspm : true
43
44
44
45
- name : Install macOS system dependencies
45
- if : runner.os == 'macOS '
46
+ if : runner.os == 'macos '
46
47
run : brew install gdal proj
47
48
48
49
- uses : r-lib/actions/setup-r-dependencies@v2
Original file line number Diff line number Diff line change 19
19
group : pkgdown-${{ github.event_name != 'pull_request' || github.run_id }}
20
20
env :
21
21
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
22
+ permissions :
23
+ contents : write
22
24
steps :
23
25
- uses : actions/checkout@v4
24
26
39
41
40
42
- name : Deploy to GitHub pages 🚀
41
43
if : github.event_name != 'pull_request'
42
- uses : JamesIves/github-pages-deploy-action@v4.4.1
44
+ uses : JamesIves/github-pages-deploy-action@v4.5.0
43
45
with :
44
46
clean : false
45
47
branch : gh-pages
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
23
23
24
24
- uses : r-lib/actions/setup-r-dependencies@v2
25
25
with :
26
- extra-packages : any::covr, any::XML
26
+ extra-packages : any::covr
27
27
needs : coverage
28
28
29
29
- name : Test coverage
30
30
run : |
31
31
covr::codecov(
32
32
quiet = FALSE,
33
33
clean = FALSE,
34
- install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
34
+ install_path = file.path(normalizePath( Sys.getenv("RUNNER_TEMP"), winslash = "/ "), "package")
35
35
)
36
36
shell : Rscript {0}
37
37
44
44
45
45
- name : Upload test results
46
46
if : failure()
47
- uses : actions/upload-artifact@v3
47
+ uses : actions/upload-artifact@v4
48
48
with :
49
49
name : coverage-test-failures
50
50
path : ${{ runner.temp }}/package
Original file line number Diff line number Diff line change 50
50
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
51
51
52
52
steps :
53
- - uses : actions/checkout@v2
53
+ - uses : actions/checkout@v4
54
54
55
55
- uses : r-lib/actions/setup-r@v2
56
56
with :
@@ -145,7 +145,7 @@ jobs:
145
145
146
146
- name : " [Stage] Upload R CMD check artifacts"
147
147
if : failure()
148
- uses : actions/upload-artifact@v2
148
+ uses : actions/upload-artifact@v4
149
149
with :
150
150
name : ${{ runner.os }}-r${{ matrix.config.r }}-results
151
151
path : check
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ Suggests:
78
78
dplyr (>= 1.0.0),
79
79
ggplot2,
80
80
knitr,
81
- lwgeom (>= 0.2-1 ),
81
+ lwgeom (>= 0.2-14 ),
82
82
maps,
83
83
mapview,
84
84
Matrix,
@@ -116,6 +116,7 @@ Encoding: UTF-8
116
116
RoxygenNote: 7.3.0
117
117
Roxygen: list(markdown = TRUE)
118
118
Config/testthat/edition: 2
119
+ Config/needs/coverage: XML
119
120
SystemRequirements: GDAL (>= 2.0.1), GEOS (>= 3.4.0),
120
121
PROJ (>= 4.8.0), sqlite3
121
122
Collate:
Original file line number Diff line number Diff line change 1
1
<!-- badges: start -->
2
- [ ![ rcmdcheck ] ( https://github.com/r-spatial/sf/actions/workflows/rcmdcheck.yml /badge.svg?branch=main )] ( https://github.com/r-spatial/sf/actions/workflows/rcmdcheck.yml )
2
+ [ ![ R-CMD-check ] ( https://github.com/r-spatial/sf/actions/workflows/R-CMD-check.yaml /badge.svg )] ( https://github.com/r-spatial/sf/actions/workflows/R-CMD-check.yaml )
3
3
[ ![ tic-db] ( https://github.com/r-spatial/sf/workflows/tic-db/badge.svg?branch=main )] ( https://github.com/r-spatial/sf/actions )
4
4
[ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/r-spatial/sf/main.svg )] ( https://app.codecov.io/gh/r-spatial/sf )
5
5
[ ![ License] ( http://img.shields.io/badge/license-GPL%20%28%3E=%202%29-brightgreen.svg?style=flat )] ( http://www.gnu.org/licenses/gpl-2.0.html )
You can’t perform that action at this time.
0 commit comments