diff --git a/scripts/install_renv.R b/scripts/install_renv.R index 76e7a5e..60d83e8 100644 --- a/scripts/install_renv.R +++ b/scripts/install_renv.R @@ -51,8 +51,8 @@ renv::install(c( # Install some packages from a local zip file renv_lib_path <- renv::paths$library() -install.packages("/tmp/annotables-0.2.0/", repos = NULL, type = "source", quiet=TRUE, lib=renv_lib_path) -install.packages("/tmp/hdwgcna/", repos = NULL, type = "source", quiet=TRUE, lib=renv_lib_path) +install.packages("/tmp/annotables-0.2.0/annotables-0.2.0/", repos = NULL, type = "source", quiet=TRUE, lib=renv_lib_path) +install.packages("/tmp/hdwgcna/hdWGCNA-69110d0/", repos = NULL, type = "source", quiet=TRUE, lib=renv_lib_path) #remotes::install_local('/tmp/hdWGCNA-69110d0.zip',