Skip to content

Commit

Permalink
remove 'install' messages for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearaithel committed Feb 25, 2025
1 parent 152396b commit fbedc91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drop/installRPackages.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ for (pckg_name in packages$package) {
installed[Package == pckg_name, Version], version) < 0)) {

package <- package_dt$package
message(paste("install", package))
#message(paste("install", package))
if(branch != ""){
BiocManager::install(package, ask=FALSE, update=FALSE, ref=branch)
} else{
BiocManager::install(package, ask=FALSE, update=FALSE)
}
message(paste("installed", package))
#message(paste("installed", package))
}
}

Expand Down

0 comments on commit fbedc91

Please sign in to comment.