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 be84df2 commit 190c0a0Copy full SHA for 190c0a0
Makefile
@@ -1,4 +1,14 @@
1
Rcpp:
2
- rm -f selectiveInference/src/RcppExports.cpp
3
- rm -f selectiveInference/R/RcppExports.R
4
- Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
+ Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
5
+
6
+install: Rcpp
7
+ R CMD install selectiveInference
8
9
+build:
10
+ R CMD build selectiveInference
11
12
+check: Rcpp build
13
14
+ R CMD check selectiveInference_1.2.2.tar.gz # fix this to be a script variable
0 commit comments