File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Description: R's raw vector is useful for storing a single binary object.
1111 package provides the blob object, a list of raw vectors, suitable for
1212 use as a column in data frame.
1313Imports:
14+ methods,
1415 tibble
1516License: GPL-3
1617Encoding: UTF-8
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ S3method(type_sum,blob)
2020export(as.blob)
2121export(blob)
2222export(new_blob)
23+ importFrom(methods,setOldClass)
2324importFrom(tibble,is_vector_s3)
2425importFrom(tibble,obj_sum)
2526importFrom(tibble,type_sum)
Original file line number Diff line number Diff line change 1+ # ' @importFrom methods setOldClass
2+ setOldClass(" blob" )
3+
14# ' Construct a blob object
25# '
36# ' \code{new_blob} is a low-level constructor that takes a list of
You can’t perform that action at this time.
0 commit comments