svrep 0.9.0
-
The 'survey' package is now listed under 'Depends' rather than 'Imports'.
This means it will be attached whenever 'svrep' is loaded, for example by callinglibrary(svrep).
For GitHub issue #51. -
Fully removed
rescale_reps(), since it was already deprecated in favor of the replacementrescale_replicates().
For GitHub issue #45. -
Enhanced the functions for choosing the number of bootstrap replicates. The output from
estimate_boot_reps_for_target_cv()now has generic S3 methods likeplot()andprint(). For GitHub issue #47. -
Added new accessor functions,
get_rep_scale_coefs()andget_rep_type(). For GitHub issue #44. -
Some minor internal refactoring to improve memory efficiency and speed. For GitHub issue #46.
-
Improvements to examples. Most notably, replaced all instances of
dontrun{}withdonttest{}. Also removed calls oflibrary(survey)since the 'survey' package is now attached whenever 'svrep' is loaded. For GitHub issue #49.