Entering edit mode
pablo.giraudi
•
0
@pablogiraudi-22047
Last seen 5.3 years ago
I am attemting to analyse microarrays data with the following tutorial Using Bioconductor for Microarray Analysis but I am not able to install the following package:
with the Affymetrix Human Genome U95A 2.0
BiocManager::install("hgu95av2cdf")
In install.packages(pkgs = doing, lib = lib, repos = repos, ...) : installation of package ‘hgu95av2.db’ had non-zero exit status
Can anyone help me to solve the issue?
Many thanks in advance,
Pablo
Be sure to include the full output of the installation. If the problem is that an underlying package cannot be installed, try installing it first
Remember to include the output of
sessionInfo()
. Here's mineMany thanks Martin,
unfortunately , I continue to have the same answer.
Thanks, P
Martin asked you to show the full output of the installation, and you instead show just the last bit? Is there a particular reason for not showing everything?