stackoverflow 0.1.4
----------------------------------------------------------------

This release adds the following functions:

* Inverses of which and interaction


stackoverflow 0.1.3
----------------------------------------------------------------

This release adds the following functions:

* distribution functions for density objects

* partial function evaluation / currying

* a log-likelihood function for kmeans objects

* resave a dataset

* clone environments

stackoverflow 0.1.2
----------------------------------------------------------------

This release only changes package metadata:

* License is forward ported to CC-BY-SA 4.0 for CRAN acceptance; see 
  http://meta.stackexchange.com/questions/214549/does-se-need-to-switch-to-cc-by-sa-4-0
  
* Authors are now hyperlinked in documentation as required by 
  http://blog.stackoverflow.com/2009/06/attribution-required/


stackoverflow 0.1.1
----------------------------------------------------------------

NEW FEATURES

* bsearch7() provides a fast binary search for lower bound; supports character
  vectors.