Skip to content

brokenstick 1.1.0

Compare
Choose a tag to compare
@stefvanbuuren stefvanbuuren released this 02 Nov 20:20

brokenstick on CRAN

First CRAN release!

Major changes

Minor changes

  • Updates cran-comments
  • Adds a link to the JSS manuscript in the description field
  • Removes unnecessary \dontrun{} directives
  • Exports parse_formula() to remove ::: from examples
  • Sanitises chunk names by removing : and _ characters
  • Corrects some "first-order" mindo's to "second-order"
  • Repairs plotting glitch in oldfriends.Rmd
  • Limits number of printed rows in predict.brokenstick() example
  • Remove the prediction vignette and its dependencies
  • Fail early when user specifies degree > 1
  • Adds argument what to plot.brokenstick()
  • Solves a bug that always yielded zero rows for case 3 prediction
  • Solves a data combination problem in predict() when the group variable is a factor
  • Add a better explanation of the boundary parameter
  • Evades that model.matrix() removes rows with NA if degree = 0
  • Moves ggplot2 to suggests
  • Copies over the install.on.demand() function from mice