Changelog
Source:NEWS.md
rFAMS 0.0.2.9000
This is the start of the next version
Removed
yprBH_MinLL_fixed()andyprBH_Min_var(), and replaced with a single functionypr_BH_MinLL(). The new function will allow for single or multiple minimum length limits with the same function.Modified
ypr_BH_MinLL()to require vector input for minLL, cf, and cm. Instead of asking users to supply min, max, and increment for each, the user now supplies a single or multiple values in a vector. The vector can be of any sequence.Modified
ypr_BH_SlotLL()to require vector input for cm. Instead of asking users to supply min, max, and increment for each, the user now supplies a single or multiple values in a vector. The vector can be of any sequence.Renamed
dpmBH_MinLL_fixed()todpmBH_MinLL()for consistent function names.iCheckCondMort(): Added. Currently only used inshowMorts(). However, I think that this is more general than some other functions and, thus, could replaceiCheckcf(),iCheckcm(),iCheckcfVect(),iCheckcmVect(), and possibly a few others.iErrGT(): Modified to allow for checks on a vector rather than just a single value, which it still works for.iErrLT(): Modified to allow for checks on a vector rather than just a single value, which it still works for.seeMorts(): Added.