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 e25ce5e commit d9c034eCopy full SHA for d9c034e
Makefile
@@ -1,7 +1,7 @@
1
Rcpp:
2
- rm -f selectiveInference/src/RcppExports.cpp
3
- rm -f selectiveInference/R/RcppExports.R
4
- $(R_HOME)/bin/Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
+ Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
5
6
install: Rcpp src
7
R CMD INSTALL selectiveInference
0 commit comments