cheapr 1.3.1
Bug fixes
-
Fixed a bug where
recyclesometimes modified lists in-place. -
Fixed a rare issue that could in theory occur where -2147483648 would
be recognised as a representable integer in R.
Changes
-
attrs_addandattrs_rmhave been renamed toattrs_modifyand
attrs_clearrespectively to convey their intent more clearly. -
as_dfnow always returns a plaindata.framewith only 3 attributes,
'names', 'row.names' and 'class'.
New features
df_modifyas a fast way to modify and add columns to a data frame.