-
Added checks of input parameters. If, for example,
l_gen == "constant"andlength(y) == N, then the convergence is not guaranteed, therefore a warning is generated. -
Written tests.
- Added the possibility to obtain simulations containing blocks having the same first index. This feature is available only when N is greater than the number of data.
- Corrected the code examples.
- Added dependency to
rlang::is_empty
- First (stable) version of
blockboot.R. - Added a
NEWS.mdfile to track changes to the package.