Skip to content

Commit

Permalink
install_R_deps.R installs ape & kdetrees from source
Browse files Browse the repository at this point in the history
  • Loading branch information
vinuesa committed Sep 18, 2021
1 parent 523ffe0 commit 38270d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_R_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ local_lib = "./lib/R"
.libPaths( c( .libPaths(), local_lib) )

# make sure we get latest ape Rcpp packages installed
remove.packages(c("ape", "cluster", "dendextend", "factoextra", "kdetrees", "Rcpp", "ggplot2", "dplyr"), lib="lib/R")
#remove.packages(c("ape", "cluster", "dendextend", "factoextra", "kdetrees"), lib=local_lib)

# Install ape && kdetrees from source
install.packages(c("ape", "kdetrees"), dependencies=TRUE, lib="lib/R", type="source")
Expand Down

0 comments on commit 38270d4

Please sign in to comment.