Skip to content

Commit

Permalink
docs: import R6
Browse files Browse the repository at this point in the history
  • Loading branch information
TymekDev committed Mar 31, 2022
1 parent dd48ac3 commit c31e705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export(fig_get_many)
export(fig_store)
export(fig_store_list)
export(fig_store_many)
import(R6)
1 change: 1 addition & 0 deletions R/Fig.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#' creation optional, and makes the package itself mimic being a class instance.
#' Those functions are wrappers on an internal `Fig` object.
#'
#' @import R6
#' @export
Fig <- R6::R6Class( # nolint
classname = "Fig",
Expand Down

0 comments on commit c31e705

Please sign in to comment.