-
calculate_mme.data.frame()andcalculate_mme.tbl_df()now allow users
to specifyuse_apiand includes informative warnings about the API
rate limit -
Deprecated
calculate_mme_df()and refactoredcalculate_mme()to
use S3 methods forlist,data.frame, andtbl_dfobjects (#4) -
Deprecated
calculate_mme_local()and consolidated local calculation
functionality undercalculate_mme()with newuse_apiargument (#3) -
Fixed
calculate_mme_df()bug in error catching logic and removed hard
dependency ontibblepackage -
Updated
DESCRIPTIONin response to CRAN reviewer suggestion for next
submission