Package: heritable Title: Heritability Estimation from Mixed Models Version: 0.1.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 = "Emi", family = "Tanaka", role = c("cre", "aut", "cph"), email = c("dr.emi.tanaka@gmail.com"), comment = c(ORCID = "0000-0002-1455-259X")) ) Description: Reporting heritability estimates is an important to quantitative genetics studies and breeding experiments. Here we provide functions to calculate various broad-sense heritabilities from 'asreml' and 'lme4' model objects. All methods we have implemented in this package have extensively discussed in the article by Schmidt et al. (2019) . License: GPL (>= 3) Imports: asremlPlus, boot, cli, emmeans, 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.1.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://anu-aagi.r-universe.dev Date/Publication: 2026-03-12 02:55:41 UTC RemoteUrl: https://github.com/anu-aagi/heritable RemoteRef: HEAD RemoteSha: 29d7ba58d81a35f34e5cc5f12020406c13f6618e NeedsCompilation: no Packaged: 2026-06-10 10:20:31 UTC; root Author: Fonti Kar [aut, ctb] (ORCID: ), Yidi Deng [aut, ctb] (ORCID: ), Emi Tanaka [cre, aut, cph] (ORCID: ) Maintainer: Emi Tanaka