Recent Releases of blob
blob - blob 1.2.4
Bug fixes
- Fix argument consistency between S3 generics and methods.
- R
Published by github-actions[bot] almost 3 years ago
blob - blob 1.2.3
as_blob(NA_character_)returns a missingblobinstead ofas_blob("NA")(#26, @michaelchirico).
- R
Published by krlmlr almost 4 years ago
blob - blob 1.2.2
- Moved to "stable" lifecycle stage.
- Remove
is_vector_s3()(#19).
- R
Published by krlmlr over 4 years ago
blob - blob 1.2.1
- Inline prettyunits.
vec_ptype2.hms.default()forwards tovec_default_ptype2()for compatibility with vctrs 0.2.1.
- R
Published by krlmlr about 6 years ago
blob - blob 1.2.0
Breaking changes
The
blobclass is now based onlist_of(raw())from the vctrs package (#11). This adds support forvec_cast()andvec_ptype2(). Some operations (such as subset assignment) are now stricter. Thenew_blob()constructor permits safe and fast construction ofblobobjects from a list, andvalidate_blob()checks an existing object for conformity with the rules.The new
is_blob()deprecates the existingis.blob().as.blob()is deprecated in favor ofvec_cast()or the newas_blob()(which is just a thin wrapper aroundvec_cast()).Indexing a vector of blobs out of bounds now raises an error. Use
NAas index to create aNULLblob.
- R
Published by krlmlr over 6 years ago
blob - blob 1.1.1
Now suggesting pillar instead of importing tibble, and using colored formatting with the prettyunits package with
Binstead ofbas units (#7, #9).The blob class can now be used for S4 dispatch.
Calling
c()on blob objects returns a blob.
- R
Published by krlmlr almost 8 years ago
blob - blob 1.1.0
- New maintainer: Kirill Müller.
- Added
as.blob.blob()andas.data.frame.blob()methods (#3). - Size of very large blobs is displayed correctly.
- R
Published by krlmlr almost 8 years ago