R package lefko3 uses develops and projecst matrix population models (MPMs) of all styles, including Leslie MPMs, Lefkovitch MPMs, age-hybrid MPMs, age-by-stage MPMs, IPMs, and complex IPMs.
Users wishing to use adapt3 can download the most recent stable version from CRAN by typing the following in R:
install.packages("lefko3")
This GitHub site maintains the current development version of lefko3 and relies on r-universe for testing and distribution. Users wishing to install the newest development version should do so from r-universe by typing the following in R:
install.packages('lefko3', repos = c('https://dormancy1.r-universe.dev', 'https://cloud.r-project.org'))
Please see lefko3's r-universe page to see the current status of the package.
Read lefko3: a gentle introduction for insights on using lefko3.
See the {r}evolutionary demography Projects page for further documentation.
Issues may be reported in lefko3's Issue Reporting page.
For specific issues, contact info may be found by using the packageDescription function in R.