Skip to content

Commit 5287f48

Browse files
committed
fix the installed commit of the qSIP2 R package
1 parent 845b2b6 commit 5287f48

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ lint:
1111
test: all
1212
py.test
1313

14+
REPO = jeffkimbrel/qSIP2
15+
HASH = fee266bb14836f7a6c45ef9ef11d451999936a3a
1416
install: all
1517
pip install .
1618
conda install --yes r-devtools r-svglite r-gt rpy2 -c r
1719
Rscript -e 'install.packages("S7", repos="https://cloud.r-project.org")'
18-
# TODO: don't just install HEAD
19-
Rscript -e 'devtools::install_github("jeffkimbrel/qSIP2")'
20+
Rscript -e 'devtools::install_github("$(REPO)", ref="$(HASH)")'
2021

2122
dev: all
2223
pip install -e .

0 commit comments

Comments
 (0)