FoRecoML 1.1.1
- Reworked the
print()andsummary()methods forrml_fitobjects, which now return a more informative, structured overview of the fitted reconciliation (framework, machine-learning approach, problem dimensions, features, training sample size, combination matrix and trained models). -
csrml(),terml()andctrml()now validate their arguments more strictly and fail with informative error messages that state the expected value and report the one actually supplied.
FoRecoML 1.1.0
CRAN release: 2026-06-23
Every reconciliation function now returns an object of the new S3 class
foreco, defined in FoReco. The objects are built through FoReco’s exportednew_foreco_class()constructor and therefore integrate seamlessly with FoReco’sprint(),summary(),plot()andcomponents()methods.Revised the
titlefield of every file so that all man page titles consistently follow title case.