Package: phyf Title: Phylogenetic Flow Objects for Easy Manipulation and Modelling of Data on Phylogenetic Trees and Graphs Version: 0.0.0.9000 Authors@R: person("Russell", "Dinnage", , "r.dinnage@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0846-2819")) Description: The {phyf} package implements a tibble and vctrs based object for storing phylogenetic trees along with data. It is fast and flexible and directly produces data structures useful for phylogenetic modelling in the {fibre} package. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: ape, assertthat, fastmatch, Matrix, phangorn, phytools, pillar, purrr, tibble, vctrs, rlang, magrittr, dplyr, methods, inlabru, scales, ggplot2, utils, ggtree (>= 3.6.1), ivs Suggests: cli, knitr, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: knitr URL: https://rdinnager.github.io/phyf/ Depends: R (>= 2.10) LazyData: true LazyDataCompression: bzip2 Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libgdal-dev gdal-bin libgeos-dev libglpk-dev make libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://rdinnager.r-universe.dev Date/Publication: 2024-08-25 21:46:40 UTC RemoteUrl: https://github.com/rdinnager/phyf RemoteRef: HEAD RemoteSha: 39f1c42a86556aed8f6f3db6b299e040b429f347 NeedsCompilation: no Packaged: 2026-05-27 09:05:48 UTC; root Author: Russell Dinnage [aut, cre] (ORCID: ) Maintainer: Russell Dinnage