Skip to content

Commit 7b772a2

Browse files
Minor fix in automatic local installation script
1 parent a2b139f commit 7b772a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inst/install_locally_script.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ BiocManager::install(update = T, ask = F, version = "3.17")
1717
devtools::install_github(repo = c("JinmiaoChenLab/Rphenograph", "stuchly/Rphenoannoy", "saeyslab/CytoNorm@362ac08"))
1818

1919
# Finally we install cyCONDOR, here we manually provide the link to the Bioconductor repositories.
20-
devtools::install_url("https://github.com/lorenzobonaguro/cyCONDOR/releases/download/v015/cyCONDOR_0.1.5.tar.gz",
20+
devtools::install_url("https://github.com/lorenzobonaguro/cyCONDOR/releases/download/v016/cyCONDOR_0.1.6.tar.gz",
2121
repos = BiocManager::repositories())

0 commit comments

Comments
 (0)