Entering edit mode
Hi everyone, I am using RStudio Version 1.4.1106. I wanted to install the "IsoformSwitchAnalyzeR" packages. The code I am using is as follows. I tried changing the cran, reinstalling R and Rstudio, the solutions from "https://stackoverflow.com/questions/6473831/readrdsfile-in-r" and nearly everything I can find online, but I still keep getting this warning.
What should I do? Thanks in advance.
if (!requireNamespace("BiocManager", quietly = TRUE)){
install.packages("BiocManager")
}
BiocManager::install(version='devel')
BiocManager::install("IsoformSwitchAnalyzeR")
#I also tried:
if (!requireNamespace("devtools", quietly = TRUE)){
install.packages("devtools")
}
devtools::install_github("kvittingseerup/IsoformSwitchAnalyzeR", build_vignettes = TRUE)
#But I keep getting this:
Error in readRDS(dest) : error reading from connection
sessionInfo( )