Skip to content

Commit

Permalink
fix the installed commit of the qSIP2 R package
Browse files Browse the repository at this point in the history
  • Loading branch information
colinvwood committed Sep 20, 2024
1 parent 845b2b6 commit 5287f48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ lint:
test: all
py.test

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

dev: all
pip install -e .
Expand Down

0 comments on commit 5287f48

Please sign in to comment.