We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845b2b6 commit 5287f48Copy full SHA for 5287f48
Makefile
@@ -11,12 +11,13 @@ lint:
11
test: all
12
py.test
13
14
+REPO = jeffkimbrel/qSIP2
15
+HASH = fee266bb14836f7a6c45ef9ef11d451999936a3a
16
install: all
17
pip install .
18
conda install --yes r-devtools r-svglite r-gt rpy2 -c r
19
Rscript -e 'install.packages("S7", repos="https://cloud.r-project.org")'
- # TODO: don't just install HEAD
- Rscript -e 'devtools::install_github("jeffkimbrel/qSIP2")'
20
+ Rscript -e 'devtools::install_github("$(REPO)", ref="$(HASH)")'
21
22
dev: all
23
pip install -e .
0 commit comments