Skip to content

Releases: tidyverse/modelr

modelr 0.1.11

22 Mar 15:10
Compare
Choose a tag to compare
  • Fixes for R CMD check

modelr 0.1.10

11 Nov 20:11
Compare
Choose a tag to compare
  • Relax test for R-devel

modelr 0.1.9

19 Aug 16:10
Compare
Choose a tag to compare
  • Redocument to fix HTML issues in .Rd

modelr 0.1.8

19 May 20:12
Compare
Choose a tag to compare
  • Eliminate direct dplyr dependency in favour of vctrs.
  • Reimplement typical.ordered() for R-devel compatibility.

modelr 0.1.7

30 Apr 18:00
Compare
Choose a tag to compare
  • Minor documentation fixes and updates for deprecated functions.

modelr 0.1.6

22 Feb 22:32
Compare
Choose a tag to compare
  • R CMD check documentation fix

modelr 0.1.5

08 Aug 14:34
Compare
Choose a tag to compare
  • Fix to data_grid() to work with dev tidyr.

modelr 0.1.4

18 Feb 21:59
Compare
Choose a tag to compare
  • add_predictions(), gather_predictions(), and spread_predictions()
    more carefully pass along type parameter in order to avoid problems with
    predict methods that don't deal with type = NULL (#92).

modelr 0.1.3

06 Feb 23:17
Compare
Choose a tag to compare
  • add_predictions(), gather_predictions(), and spread_predictions()
    gain a type parameter which is passed through to stats::predict()
    (#34, @pmenzel)

  • New crossv_loo() which implements leave-one-out cross validation (@pmenzel)

  • typical() no longer ignores missing values in character and factor vectors
    (#80).

modelr 0.1.2

11 May 12:45
Compare
Choose a tag to compare
  • data_grid() no longer fails with modern tidyr (#58).

  • New mape() and rsae() model quality statistics (@paulponcet, #33).

  • rsquare() use more robust calculation 1 - SS_res / SS_tot rather
    than SS_reg / SS_tot (#37).

  • typical() gains ordered and integer methods (@jrnold, #44),
    and ... argument (@jrnold, #42).