-
sens_plot()
will now plot the all items indv_name
by default (#7). -
Add
layout
argument tosens_plot()
to control how plots appear when multiple dependent variables are getting plotted (#7). -
NEWS.md
is now retained in the built package (#7).
-
Fixed bug that allowed non-integer values of
.n
getting passed intoparseq_
friends (#8). -
Fixed warnings that were issued because extra arguments were getting passed through to
mrgsim()
(#7).
- Now using
rlang::abort()
globally (#8).
- Initial version