can not install softwares in R studio
1
0
Entering edit mode
5.9 years ago
mikysyc2016 ▴ 120

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 • 1.3k views
ADD COMMENT
0
Entering edit mode

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.

ADD REPLY
0
Entering edit mode

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

ADD REPLY
1
Entering edit mode
5.9 years ago
h.mon 35k

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.

ADD COMMENT

Login before adding your answer.

Traffic: 2026 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6