Skip to content

Commit 5afb264

Browse files
fixing R_HOME for Rscript
1 parent 9f3d177 commit 5afb264

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-
Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
4+
"$(R_HOME)/bin/Rscript" -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
55

66
install: Rcpp src
77
R CMD INSTALL selectiveInference

0 commit comments

Comments
 (0)