Skip to content

Commit c5ebfc0

Browse files
committed
ci: fix for previous commmit, let's see if it works now
1 parent 250283f commit c5ebfc0

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
^patches$
2323
^vendor$
2424
^cran-comments\.md$
25+
^cran-comments\.template.md$
2526
^CRAN-RELEASE$

.github/workflows/build-and-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186

187187
- name: Extract source package
188188
run: |
189-
find . -type f -maxdepth 1 | grep -v '^igraph.*tar.gz' | xargs rm
189+
find . -type f -maxdepth 1 | grep -v 'igraph.*tar.gz' | xargs rm
190190
rm -rf R build demo doc inst man src tests
191191
tar -xvf igraph*.tar.gz --strip-components=1
192192
rm *.tar.gz

cran-comments.template.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Test environments
2+
3+
* local R installation, R 4.1.1
4+
* ubuntu 20.04 (on Github Actions), R 3.4.4, R 3.5.3, R 4.0.5, R 4.1.1 and R-devel
5+
* windows-latest (on Github Actions), R 4.1.1
6+
* macOS-latest (on Github Actions), R 4.1.1
7+
8+
## R CMD check results
9+
10+
X errors | Y warnings | Z notes
11+
12+
* Add comments to CRAN maintainers here.
13+
14+
## revdepcheck results
15+
16+
* Paste the output of revdepcheck from revdep/ here
17+
* Extend the output with explanations about each failure that we believe should
18+
be ignored because they are not our fault

0 commit comments

Comments
 (0)