Package: heritable Title: Heritability Estimation from Mixed Models Version: 0.2.0 Authors@R: c( person(given = "Fonti", family = "Kar", role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-2760-3974")), person(given = "Yidi", family = "Deng", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-0380-2124")), person(given = "Weihao (Patrick)", family = "Li", role = c("aut", "ctb"), comment = c(ORCID = "0000-0003-4959-106X")), person(given = "Emi", family = "Tanaka", role = c("cre", "aut", "cph"), email = c("dr.emi.tanaka@gmail.com"), comment = c(ORCID = "0000-0002-1455-259X")) ) Description: Provides flexible estimation of broad- and narrow-sense heritability from linear mixed models fitted with 'asreml' or 'lme4'. Implements commonly used estimators, including the Standard, Cullis, Oakey, Piepho, and Delta methods. Supports complex model structures, marginal and environment-specific heritability for genotype-by-environment models, and confidence intervals based on parametric bootstrap. The implemented estimators include methods discussed by Schmidt et al. (2019) . License: GPL (>= 3) Imports: asremlPlus, boot, cli, irlba, MASS, Matrix, methods, reformulas, stringr, vctrs Suggests: testthat (>= 3.0.0), agridat, knitr, rmarkdown, lme4, pbkrtest, dplyr, ggplot2, tidyr, purrr, here SystemRequirements: asreml (>= 4.2.0) Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.2.0) LazyData: true VignetteBuilder: knitr URL: https://anu-aagi.github.io/heritable/ Language: en Config/pak/sysreqs: cmake libfftw3-dev libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://emitanaka.r-universe.dev Date/Publication: 2026-07-24 05:09:08 UTC RemoteUrl: https://github.com/anu-aagi/heritable RemoteRef: HEAD RemoteSha: 88afc2aa6e7088b956fbc890349bf66b5e111bf2 NeedsCompilation: no Packaged: 2026-07-24 08:15:26 UTC; root Author: Fonti Kar [aut, ctb] (ORCID: ), Yidi Deng [aut, ctb] (ORCID: ), Weihao (Patrick) Li [aut, ctb] (ORCID: ), Emi Tanaka [cre, aut, cph] (ORCID: ) Maintainer: Emi Tanaka