mmequiv 1.0.0
CRAN release: 2025-05-19
calculate_mme.data.frame()
andcalculate_mme.tbl_df()
now allow users to specifyuse_api
and includes informative warnings about the API rate limitDeprecated
calculate_mme_df()
and refactoredcalculate_mme()
to use S3 methods forlist
,data.frame
, andtbl_df
objects (#4)Deprecated
calculate_mme_local()
and consolidated local calculation functionality undercalculate_mme()
with newuse_api
argument (#3)Fixed
calculate_mme_df()
bug in error catching logic and removed hard dependency ontibble
packageUpdated
DESCRIPTION
in response to CRAN reviewer suggestion for next submission