stringr 0.2
===========

 * str_length now returns correct results when used with factors
 * str_sub now correctly replaces Inf in end argument with length of string
 * new function str_split_fixed returns fixed number of splits in a character matrix
 * str_split no longer uses strsplit to preserve trailing breaks