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 5afb264 commit 2019715Copy full SHA for 2019715
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