This is a test version of Biostars. For the public version, visit https://www.biostars.org.
can not install softwares in R studio

Hi all,

source("https://bioconductor.org/biocLite.R")

Bioconductor version 3.6 (BiocInstaller 1.28.0), ?biocLite for help

A new version of Bioconductor is available after installing the most recent version of R; see http://bioconductor.org/install

biocLite(ChIPseeker)

Error in "BiocUpgrade" %in% pkgs : object 'ChIPseeker' not found

How to deal with this? Thanks!

r

Please edit more carefully your posts, using the code sample and block quote buttons, and inserting paragraphs where needed to change formatting. Your post was very hard to read.

Please follow up on your previous threads: if an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.
Upvote|Bookmark|Accept

1 answer

Try biocLite("ChIPseeker"), you are missing quotes around the package name.

P.S.: I've run into some packages not being able to install under RStudio, so I always install packages with a plain R session.

Log in to answer this question.