Skip to content

Commit 96e87ab

Browse files
travis failing with install for shell reason -- maybe caps works better?
1 parent 2f05bf6 commit 96e87ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Rcpp:
44
Rscript -e "library(Rcpp); Rcpp::compileAttributes('selectiveInference')"
55

66
install: Rcpp
7-
R CMD install selectiveInference
7+
R CMD INSTALL selectiveInference
88

99
build:
1010
R CMD build selectiveInference

0 commit comments

Comments
 (0)