Read-only snapshot of the prolfqua facade registry. Use
register_facade to add entries from downstream
packages, lookup_facade to resolve a single entry, and
list_facades() to enumerate the current registry.
Examples
names(FACADE_REGISTRY)
#> [1] "lm" "lm_impute" "lm_missing"
#> [4] "limma" "limma_impute" "limma_voom"
#> [7] "limma_voom_impute" "limpa" "limpa_nested"
#> [10] "rlm" "rfit" "deqms"
#> [13] "deqms_voom" "firth" "firth_nested"
#> [16] "lmer_nested" "ropeca_nested"
FACADE_REGISTRY$limma$class
#> [1] "ContrastsLimmaFacade"