Skip to content

Commit 70c05f2

Browse files
authored
Merge pull request #35 from DavisVaughan/fix/windows
Fix Windows builds
2 parents af70420 + 193c8b6 commit 70c05f2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# On GitHub Actions with Windows, git will use CRLF by default when checking out
2+
# the repo. If this file has CRLF line endings, R's check process will complain.
3+
configure.ac text eol=lf

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ revdep/data.sqlite
2323
.Rproj.user
2424
.Rhistory
2525
docs
26+
src/Makevars

src/Makevars

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)