Entering edit mode
amans.3008
•
0
@amans3008-10116
Last seen 9.6 years ago
I am getting this error while i am trying to install biocLite('PharmacoGx') package or any other package from https://www.bioconductor.org/packages/3.3/data/experiment/. Please help me to resolve this issue.

Try quitting R and then starting it again with:
And then in your new R session:
remove.packages("BiocInstaller") # repeat this till R says there is no such package source("https://bioconductor.org/biocLite.R") biocLite("PharmacoGx")If that doesn't work, tell us in a comment and edit your post to include the output of
sessionInfo().(Note that PharmacoGx is not a Bioconductor package, it's a CRAN package, but still should be installable with
biocLite().)