• errorMetrics() function is modified and no longer exported, an equivalent function with improved functionality is provided by the erroR() function in the gofcat package
  • fix some dependency induced bugs in the package tests
  • remove file License in the description and associated file docs
  • minor changes in serp documentation
  • JOSS release
  • minor changes in serp documentation
  • provide coefficient() as an alias for coef()
  • update README.md to include community guidelines and contributors code of conduct
  • update function included in namespace
  • examples included in the different function documentation
  • shrinkage parameter upper limit set to 1e10 in serp.control
  • bug fix in test function
  • serp version 0.2.0 release
  • fixed all issues spotted out in the last version released on CRAN.
  • updates README.md
  • description gets additional doi
  • references in serp documentation updated
  • tests reconstructed to yield improved unit test coverage.
  • rewrote some of the error and warning messages in key serp functions.
  • Bugs in anova.serp fixed.
  • Column titles of predicted values with reverse TRUE are corrected.
  • Bugs in the deviance (dvfun) are corrected.
  • serp predict function now handles both single and multiple row input(s).
  • serp.fit iteration algorithm improved.
  • commented lines in serp main function removed.
  • reverse and linkf arguments moved from main function to serpfit.
  • loglog and cloglog links now give correct results with reverse=‘TRUE’.
  • long lines of codes in the score function split for easy readability.
  • starting values augmented to reflect the different link functions.
  • reverse statement removed from cv function.
  • reverse.fun is removed from summary.serp function.
  • predicted values in errorMetrics get normalized for greater efficiency.
  • serp gets a new license.
  • package re-submission to CRAN

  • reference to methods used in the package is included in the description field

  • values were added to all exported methods with corresponding explanations

  • examples now runs by having all removed

  • all occurrences of <<- in the functions are dropped

  • READmE.md is updated