Skip to content

Commit 10d8600

Browse files
committed
Create package docs and centralise imports.
1 parent 605d131 commit 10d8600

File tree

3 files changed

+40
-5
lines changed

3 files changed

+40
-5
lines changed

R/blob-package.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#' @keywords internal
2+
"_PACKAGE"
3+
4+
#' @import vctrs
5+
#' @import rlang
6+
#' @importFrom methods setOldClass
7+
NULL

R/blob.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#' @import vctrs
2-
#' @import rlang
3-
NULL
4-
5-
#' @importFrom methods setOldClass
61
setOldClass(c("blob", "vctrs_list_of", "vctrs_vctr"))
72

83
#' Construct a blob object

man/blob-package.Rd

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)