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!
• 1,804 views
•
link
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.
• 1 views
•
link
Log in to answer this question.
Please edit more carefully your posts, using the
code sampleandblock quotebuttons, 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.
