YuLab-SMU / ggtree

:christmas_tree:Visualization and annotation of phylogenetic trees
https://yulab-smu.top/treedata-book/
830 stars 172 forks source link

Install issue #559

Open osoyer opened 1 year ago

osoyer commented 1 year ago

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

Describe you issue

Ask in right place

brj1 commented 1 year ago

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

install.packages("BiocManager")
BiocManager::install("ggtree")
osoyer commented 1 year ago

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: @.***>