rrapply 1.2.7
- Removed internal calls to COMPLEX0andSTRING_PTRfixing CRAN warning;
 
- Unnamed elements in partially named lists remain unnamed when using
how = "names"
rrapply 1.2.6
- Duplicate column names are allowed in how = "bind"and
made unique withmake.unique();
- Fixed minor issue in how = "names"whenfreturns length-zero characters
rrapply 1.2.5
- Breaking change: data.frame columns in
how = "bind"only include child list names instead of full
path names
- Added new option how = "names"to recursively update
list names
- Added new argument optionsto control default settings
forhow. Includes control parameters:
- namesep, separator to combine list names in- how = "flatten"and- how = "bind";
- simplify, coerce flattened list to vector in- how = "flatten"and- how = "melt";
- namecols, include parent names as columns- L1,- L2, … in wide data.frame with- how = "bind";
- coldepth, override depth layer mapping list elements to
data.frame columns with- how = "bind"
 
rrapply 1.2.4
- Fixed minor issue with nested data.frames using
classes = "data.frame"andhow = "recurse"
- Removed deprecated arguments feverywhereanddfaslist
rrapply 1.2.3
- Fixed a minor bug classesargument in case of missingfandconditionarguments
rrapply 1.2.2
- Added new option how = "bind"to unnest a nested list
to wide data.frame
- Options how = "flatten",how = "melt"andhow = "bind"coerce flat lists to common types
- Unnamed list elements receive names "1","2", … in.xname,.xparents,how = "melt"andhow = "bind"
- Added pokedexdemo dataset
- Reorganized source code
rrapply 1.2.1
- Arguments feverywhereanddfaslistare
deprecated in favor ofclasses(instead useclasses = "list"orclasses = "data.frame")
- Added the option how = "recurse"to replace the
deprecatedfeverywhere = "recurse"
- Cleaned up source code and fixed several minor issues
rrapply 1.2.0
- Added support for call objects and expression vectors
- Added special argument .xsiblingsevaluating to sibling
list infandcondition
rrapply 1.1.1
- Added new option how = "unmelt"to restore nested list
from melted data.frame
- Added special argument .xparentsevaluating to parent
node vector infandcondition
rrapply 1.1.0
- Added new option how = "melt"to return melted
data.frame from pruned nested list
- Added options feverywhere = "break"for list node
aggregation andfeverywhere = "recurse"for list node
updating
- Cleaned up source code and fixed several minor issues