psychnets 0.5.2

CRAN incoming-check runtime

psychnets 0.5.1

Pre-release correctness hardening

Unblocks Nestimate’s delegation of its cross-sectional psychometric estimators to psychnets (see AGENT-NOTE-NESTIMATE-DELEGATION.md, gaps A and B). Default numeric output of every estimator is unchanged; all new behaviour is opt-in. Two functions are renamed — see below.

BREAKING: two reliability verbs renamed

The old names are removed, not deprecated. Both were also exported by Nestimate with a different first argument (a fitted network there, raw data here), so library() load order silently decided which one a user got and the failure surfaced as an argument-matching error inside their own code. Nestimate is the older package and now depends on psychnets, so psychnets is the side that renames. An erroring alias would not have fixed anything — psychnets would still own the name and still shadow Nestimate’s verb.

Neither the arguments, the return value, nor the numbers changed; only the name. Update calls with a search and replace. The new names also bring both verbs into the net_* style every other framework verb already uses.

net_edge_betweenness() is not renamed: both packages give it the same contract, so it is genuinely one verb rather than a collision.

ebic_glasso() can now serve a resampling caller

mgm_fit() supports multi-level categorical nodes

Documentation and stability

psychnets 0.4.3