- This is the start of the next version
- 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.- Internal checks have been expanded to cover more user inputs and provide better warnings.
_func()have are no longer "exported". They remain in the package but a help document is not created for them. These functions are not intended to be directly interacted with by the user.
- Addressed comments in DESCRIPTION file from CRAN reviewer.
- @jcdoll79
- @madelinelewis230
- @hiaboehm
- @droglenc