PhyBEARS.jl

Phylogenetic biogeography SSE models for large state spaces
Author nmatzke
Popularity
7 Stars
Updated Last
1 Year Ago
Started In
July 2022

PhyBEARS.jl

BioGeoBEARS but faster and new stuff with Julia

Linux and macOS: Build Status

Windows: Build Status

Coverage Status codecov.io

Local add instructions:

Pkg.add(PackageSpec(path="/GitHub/PhyBEARS.jl")) using PhyBEARS

Get the list of installed packages:

x = Pkg.installed() list_of_installed_packages = collect(x); println.(list_of_installed_packages) # Messy

Or:

x["PhyBEARS"]

v"0.1.0"

Unit tests (checks and validation)

2024-02-29: Test Summary: | Pass Total Time All tests | 511 511 4m59.6s