Skip to content

Commit 001f5de

Browse files
committed
Update documentation
1 parent 3939d39 commit 001f5de

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

DESCRIPTION

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ Authors@R: c(
55
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
66
person("RStudio", role = "cph")
77
)
8-
Description: R's raw vector is useful for storing a single binary object.
9-
What if you want to put a vector of them in a data frame? The blob
10-
package provides the blob object, a list of raw vectors, suitable for
11-
use as a column in data frame.
12-
Imports: tibble
8+
Description: R's raw vector is useful for storing a single binary object.
9+
What if you want to put a vector of them in a data frame? The blob
10+
package provides the blob object, a list of raw vectors, suitable for
11+
use as a column in data frame.
12+
Imports:
13+
tibble
1314
License: GPL-3
1415
Encoding: UTF-8
1516
LazyData: true
1617
URL: https://github.com/hadley/blob
1718
BugReports: https://github.com/hadley/blob/issues
18-
Suggests:
19+
Suggests:
1920
testthat,
2021
covr
21-
RoxygenNote: 5.0.1.9000
22+
RoxygenNote: 5.0.1

man/blob.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)