Skip to content

Commit 2019715

Browse files
ignore a fail on Rscript in Makefile
1 parent 5afb264 commit 2019715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Rcpp:
22
- rm -f selectiveInference/src/RcppExports.cpp
33
- rm -f selectiveInference/R/RcppExports.R
4-
"$(R_HOME)/bin/Rscript" -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
4+
- Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
55

66
install: Rcpp src
77
R CMD INSTALL selectiveInference

0 commit comments

Comments
 (0)