Skip to content

RMediation v1.6.1

Latest

Choose a tag to compare

@Data-Wise Data-Wise released this 30 Jun 21:27
· 7 commits to main since this release
637f5be

Naming convention cleanup

  • p_prod3() renamed to pprodnormal3() to match the existing pprodnormal()/qprodnormal() family. p_prod3() remains available as a silent forwarding alias.
  • ProductNormal2() remains available but is superseded by ProductNormal() for direct construction.
  • The ci() generic's dispatch argument is renamed from mu to object, for consistency with the package's other S7 generics (cdf(), dist_quantile()). Only affects callers using ci(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 @examples to 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 to R-CMD-check.yaml.

Full Changelog: v1.6.0...v1.6.1