Skip to content

Commit

Permalink
paths corrected for local package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSoraggi committed Jan 8, 2025
1 parent 670b56c commit f5bef3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_renv.R
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f5bef3a

Please sign in to comment.