Skip to content

Commit

Permalink
Merge pull request #787 from quinn-r88/master
Browse files Browse the repository at this point in the history
Use autoconf to generate Makevars at install time
  • Loading branch information
Jean-Romain authored Dec 17, 2024
2 parents 177eee2 + 3a89e48 commit 68fd26c
Show file tree
Hide file tree
Showing 9 changed files with 2,892 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# https://github.com/topepo/Cubist/blob/193c8b61933e2cef65658cf0e35aa25dcd25f3b6/.gitattributes
# On GitHub Actions with Windows, git will use CRLF by default when checking out
# the repo. If this file has CRLF line endings, R's check process will complain.

configure.ac text eol=lf
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ revdep
CRAN-RELEASE
/doc/
/Meta/

autom4te.cache
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ LinkingTo: BH (>= 1.72.0),Rcpp,RcppArmadillo
Encoding: UTF-8
ByteCompile: true
VignetteBuilder: knitr
Biarch: true
Collate:
'Class-LAS.R'
'Class-LAScatalog.R'
Expand Down
3 changes: 3 additions & 0 deletions cleanup
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

rm -f config.* src/Makevars
Loading

0 comments on commit 68fd26c

Please sign in to comment.