### Install phytools from GitHub (R) Source: https://github.com/liamrevell/phytools/blob/master/README.md This snippet shows how to install the development version of the phytools R package using the `install_github` function from the `remotes` package. Ensure you have the `remotes` package installed. ```R remotes::install_github("liamrevell/phytools") ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.