Skip to content

Commit

Permalink
install_kdetrees_from_github.R v2024-04-01; remotes::install_github("…
Browse files Browse the repository at this point in the history
…vinuesa/get_phylomarkers/kdetrees",
  • Loading branch information
vinuesa committed Apr 2, 2024
1 parent b156261 commit b70a74b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions install_kdetrees_from_github.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env Rscript

# 2022-06-13
# 2024-04-01
# install_kdetrees_from_github
# call to build docker image

Expand All @@ -23,6 +23,7 @@ for (package in required_packages) {


library("remotes")
remotes::install_github("grady/kdetrees", dependencies = TRUE, force = TRUE, upgrade="always")
#remotes::install_github("grady/kdetrees", dependencies = TRUE, force = TRUE, upgrade="always")
remotes::install_github("vinuesa/get_phylomarkers/kdetrees", dependencies = TRUE, force = TRUE, upgrade="always")

sessionInfo()

0 comments on commit b70a74b

Please sign in to comment.