From 94cfd20d6d3fe193c5d74933a914e0f93c5bdb86 Mon Sep 17 00:00:00 2001 From: Colin Wood Date: Mon, 16 Sep 2024 16:59:54 -0700 Subject: [PATCH] add dependencies to make install --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index bba09c6..7da3fad 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,10 @@ test: all install: all pip install . + conda install --yes r-devtools r-svglite r-gt rpy2 + Rscript -e 'install.packages("S7", repos="https://cloud.r-project.org")' + # TODO: don't just install HEAD + Rscript -e 'devtools::install_github("jeffkimbrel/qSIP2")' dev: all pip install -e .