Skip to content

Commit 9e153c3

Browse files
committed
Merge tag 'v1.1.0.9002' - The *pillar* package is now suggested only, using dynamic method registration (#9).
2 parents 917fabc + 6b70c67 commit 9e153c3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

API

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,4 @@ c.blob(x, ...)
2121
format.blob(x, ...)
2222
is.na.blob(x)
2323
is.na<-.blob(x, value)
24-
is_vector_s3.blob(x)
25-
obj_sum.blob(x)
26-
pillar_shaft.blob(x, ...)
2724
print.blob(x, ...)
28-
type_sum.blob(x)

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: blob
22
Title: A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')
3-
Version: 1.1.0.9001
3+
Version: 1.1.0.9002
44
Authors@R: c(
55
person("Hadley", "Wickham", role = c("aut")),
66
person("Kirill", "Müller", , "krlmlr+r@mailbox.org", role = c("cre")),
@@ -23,4 +23,4 @@ Suggests:
2323
Encoding: UTF-8
2424
LazyData: true
2525
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd", "pkgapi::api_roclet"))
26-
RoxygenNote: 6.0.1
26+
RoxygenNote: 6.0.1.9000

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### blob 1.1.0.9002 (2018-03-24)
2+
3+
- The *pillar* package is now suggested only, using dynamic method registration (#9).
4+
15
### blob 1.1.0.9001 (2017-11-30)
26

37
- Now using the prettyunits package to format data sizes.

0 commit comments

Comments
 (0)