jeanimal / heuristica

Heuristic functions in R, such as Take The Best, unit-weighted linear (Dawes' rule), plus helper functions.
Other
5 stars 2 forks source link

CRAN: Change which cue_validities are called what in model fit output (API change) #34

Closed jeanimal closed 8 years ago

jeanimal commented 8 years ago

Change the output of heuristics to be: cue_validities (after reversing) cue_validities_before_revers rather than cue_validities (before reversing) cue_validities_with_reverse This change means for ttbGreedyModel you can just look at cue_validities. This must happen before we submit to CRAN because it affects the public interface.

jeanimal commented 8 years ago

Done in https://github.com/jeanimal/heuristica/commit/5938b84425296cea770db2ba5275d23fc11b70fe and https://github.com/jeanimal/heuristica/commit/499f6581bbf05109ffec486cd93b75ec1a7d59a8