Naming convention cleanup
p_prod3()renamed topprodnormal3()to match the existingpprodnormal()/qprodnormal()family.p_prod3()remains available as a silent forwarding alias.ProductNormal2()remains available but is superseded byProductNormal()for direct construction.- The
ci()generic's dispatch argument is renamed frommutoobject, for consistency with the package's other S7 generics (cdf(),dist_quantile()). Only affects callers usingci(mu = ...)as a named argument; positional calls are unaffected. - Undocumented internal helpers (
validate_ProductNormal(),is_valid_for_computation(),ProductNormal_from_lavaan()) are now hidden from the package documentation index.
Documentation
- Added
@examplesto all exported functions/generics that previously lacked them. - Fixed stale
ci(mu = ...)examples in README/vignettes.
CI
- Added a fast
ubuntu-latest (devel)R-devel smoke-test job toR-CMD-check.yaml.
Full Changelog: v1.6.0...v1.6.1