Skip to content

Commit

Permalink
makefile: add plyinteractions install
Browse files Browse the repository at this point in the history
  • Loading branch information
js2264 committed Oct 30, 2023
1 parent 099bc70 commit ae0f457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Imports:
sessioninfo
Remotes:
github::TaoYang-dev/hicrep
github::js2264/plyinteractions
github::tidyomics/plyinteractions
biocViews:
HiC,
DNA3DStructure
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ setup: ## Install HiCExperiment & co packages with pak.
$(RCMD) 'pak::pkg_install("HiContactsData", upgrade = TRUE, ask = FALSE, dependencies = c("Depends", "Imports", "Suggests"))'
$(RCMD) 'pak::pkg_install("fourDNData", upgrade = TRUE, ask = FALSE, dependencies = c("Depends", "Imports", "Suggests"))'
$(RCMD) 'pak::pkg_install("DNAZooData", upgrade = TRUE, ask = FALSE, dependencies = c("Depends", "Imports", "Suggests"))'
$(RCMD) 'pak::pkg_install("tidyomics/plyinteractions", upgrade = TRUE, ask = FALSE, dependencies = c("Depends", "Imports", "Suggests"))'

.PHONY: install
install: ## Install OHCA package and dependencies with pak.
Expand Down

0 comments on commit ae0f457

Please sign in to comment.