Skip to content

Commit 9ebcaab

Browse files
making Rcpp in Makevars now
1 parent 2c4cf3a commit 9ebcaab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

selectiveInference/src/Makevars

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ PKG_CFLAGS= -I.
22
PKG_CPPFLAGS= -I.
33
PKG_LIBS=-L.
44

5-
$(SHLIB): Rcpp-debias.o RcppExports.o debias.o
5+
$(SHLIB): Rcpp Rcpp-matrixcomps.o Rcpp-debias.o RcppExports.o debias.o
66

77
clean:
88
rm -f *o
9+
10+
Rcpp:
11+
Rscript -e "library(Rcpp); Rcpp::compileAttributes('..')"

0 commit comments

Comments
 (0)