

#INSTALLATION OF PACKAGE SHINY HAD NONZERO EXIT STATUS INSTALL#
I have try to install GenomeInfoDbData from binary, but there is no any Windows Binary in the Bioconductor page ( ). I have tried installing GenomeInfoDb, but it comes with the same GenomeInfoDbData error. Do you have any clue about what could be going on here? I have tried to solve this problem in different ways (re-installing R and Rstudio several times and removing old files, installing GenomeInfoDbData alone using BiocManager and from source, with and without admin permissions.) but all failed and all finally reported "installation of package ‘GenomeInfoDbData’ had non-zero exit status". Installation of package ‘GenomeInfoDbData’ had non-zero exit status Installation paths not writeable, unable to update packages ‘C:\Users\joser\AppData\Local\Temp\Rtmpw7QBW1\downloaded_packages’ Installing the source package ‘GenomeInfoDbData’Ĭontent type 'application/x-gzip' length 11512907 bytes (11.0 MB) Install.packages("BiocManager") BiocManager::install("DESeq2")Īll commands run well, however, at the end of the installation the next problem related with GenomeInfoDbData pops up: The downloaded binary packages are inĬ:\Users\joser\AppData\Local\Temp\Rtmpw7QBW1\downloaded_packages I am running RStudio with R 4.2.1 in windows10 and I am trying to install the DEseq2 package using the recommended commands: if (!require("BiocManager", quietly = TRUE))


However, I have not been able to fix this issue with that information. I know this is a post closely related with others posted here.
