Package: fishtree Type: Package Title: Interface to the Fish Tree of Life API Version: 0.3.4.9000 Authors@R: c( person("Jonathan", "Chang", role = c("aut", "cre"), email = "me@jonathanchang.org", comment = c("ORCID" = "0000-0002-3811-1254")), person("Michael E", "Alfaro", role = "ctb"), person("Daniel L", "Rabosky", role = "ctb"), person("Stephen A", "Smith", role = "ctb") ) Description: An interface to the Fish Tree of Life API to download taxonomies, phylogenies, fossil calibrations, and diversification rate information for ray-finned fishes. License: BSD_2_clause + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.0 URL: https://fishtreeoflife.org/, https://github.com/jonchang/fishtree BugReports: https://github.com/jonchang/fishtree/issues Depends: R (>= 4.0) Imports: ape (>= 5.2), jsonlite (>= 1.5), memoise, parallel, rlang (>= 0.4.1), utils Suggests: diversitree, geiger, hisse (>= 2.1.11), knitr, markdown, phytools, picante, rfishbase (>= 4.1.2), rmarkdown, spelling, testthat VignetteBuilder: knitr Language: en-US Repository: https://jonchang.r-universe.dev Date/Publication: 2026-06-19 01:51:23 UTC RemoteUrl: https://github.com/jonchang/fishtree RemoteRef: HEAD RemoteSha: f06abfcc2c3faab5b31d0b0ad4c92964c5976d2a NeedsCompilation: no Packaged: 2026-06-19 04:13:13 UTC; root Author: Jonathan Chang [aut, cre] (ORCID: ), Michael E Alfaro [ctb], Daniel L Rabosky [ctb], Stephen A Smith [ctb] Maintainer: Jonathan Chang