We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3d177 commit 5afb264Copy full SHA for 5afb264
Makefile
@@ -1,7 +1,7 @@
1
Rcpp:
2
- rm -f selectiveInference/src/RcppExports.cpp
3
- rm -f selectiveInference/R/RcppExports.R
4
- Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
+ "$(R_HOME)/bin/Rscript" -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
5
6
install: Rcpp src
7
R CMD INSTALL selectiveInference
0 commit comments