ggtree icon indicating copy to clipboard operation
ggtree copied to clipboard

Install issue

Open osoyer opened this issue 2 years ago • 2 comments
trafficstars

I switched to latest version of R recently. I'm now trying to run an old bit of code and can't seem to get "ggtree" to install.

Here is the message I'm getting:

install.packages("ggtree") Warning in install.packages : package ‘ggtree’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

Prerequisites

  • [ ] Have you read Feedback and follow the guide?
    • [ ] make sure your are using the latest release version
    • [ ] read the documents
    • [ ] google your question/issue

Describe you issue

  • [ ] Make a reproducible example (e.g. 1)
  • [ ] your code should contain comments to describe the problem (e.g. what expected and actually happened?)

Ask in right place

  • [ ] for bugs or feature requests, post here (github issue)
  • [ ] for questions, please post to google group

osoyer avatar Feb 15 '23 17:02 osoyer

ggtree is not on CRAN. It is on BioConductor and installed with BiocManager.

install.packages("BiocManager")
BiocManager::install("ggtree")

brj1 avatar Feb 15 '23 18:02 brj1

Super – thanks for the prompt response!

Best orkun

From: Brad Jones @.> Date: Wednesday, 15 February 2023 at 18:16 To: YuLab-SMU/ggtree @.> Cc: Soyer, Orkun @.>, Author @.> Subject: Re: [YuLab-SMU/ggtree] Install issue (Issue #559)

ggtree is not on CRAN. It is in stalled with BioConductor.

install.packages("BiocManager")

BiocManager::install("ggtree")

— Reply to this email directly, view it on GitHubhttps://github.com/YuLab-SMU/ggtree/issues/559#issuecomment-1431807882, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGTFX7YLGRQWBJQTG3GNNMLWXUMPVANCNFSM6AAAAAAU5EI2G4. You are receiving this because you authored the thread.Message ID: @.***>

osoyer avatar Feb 15 '23 18:02 osoyer