Skip to content

Commit

Permalink
use R conda channel during install
Browse files Browse the repository at this point in the history
  • Loading branch information
colinvwood committed Sep 19, 2024
1 parent 94cfd20 commit 5c9ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test: all

install: all
pip install .
conda install --yes r-devtools r-svglite r-gt rpy2
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")'
Expand Down

0 comments on commit 5c9ce47

Please sign in to comment.