"I am encountering issues with the installation of packages. Whether it's from GitHub or local installation, I am unable to install them."
library(remotes)
library(devtools)
Loading required package: usethis
Attaching package: ‘usethis’
The following object is masked from ‘package:remotes’:
Error in FUN(X[[i]], ...) :
lazy-load database '/home/data/t050446/R/x86_64-pc-linux-gnu-library/4.2/devtools/R/devtools.rdb' is corrupt
install_github("YosefLab/VISION")
Downloading GitHub repo YosefLab/VISION@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet, :
download from 'https://api.github.com/repos/YosefLab/VISION/tarball/HEAD' failed
install_local("/home/data/t050446/VISION-3.0.1.tar.gz")
Error: Failed to install 'VISION-3.0.1.tar.gz' from local:
error reading from connection
install_local("/home/data/t050446/VISION-3.0.0.tar.gz")
Error: Failed to install 'VISION-3.0.0.tar.gz' from local:
error reading from connection