Releases: r-lib/lobstr
lobstr 1.1.3
-
Changes for compliance with R's public API. The main consequence is that lobstr no longer reports the
truelengthproperty of vectors.We also changed the
namedindicator torefs:n, wherencan take the values:0(corresponding toNO_REFERENCESreturning 1),1(corresponding to bothNO_REFERENCESMAYBE_SHAREDreturning 0), and2+(MAYBE_SHAREDreturning 1).
lobstr 1.1.2
-
Switched to cpp11 from Rcpp.
-
Relicensed as MIT (#51).
-
obj_size()andsxp()now support non-nil terminated pairlists. -
obj_size()now displays large objects with KB, MB, etc (#57, #60),
and no longer returns NA for objects larger than 2^31 bytes (#45). -
obj_sizes()now computes relative sizes correctly (without meaningless
floating point differences). -
ref()lists all contents of environments even those with names beginning
with.(@krlmlr, #53). -
New, experimental
tree()function as alternative tostr()(#56).
lobstr 1.1.1
-
Fix PROTECT error.
-
Remove UTF-8 charatecrs from comments
lobstr 1.0.1
lobstr 1.0.0
First release