Skip to content

Commit

Permalink
fix: import R6
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Jul 5, 2024
1 parent 9b4c9d1 commit 9dc7a28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Imports:
parallel,
processx,
redux,
R6,
uuid
Suggests:
callr,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import(checkmate)
import(data.table)
import(mlr3misc)
import(redux)
importFrom(R6,R6Class)
importFrom(jsonlite,fromJSON)
importFrom(parallel,nextRNGStream)
importFrom(parallel,nextRNGSubStream)
Expand Down
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#' @import redux
#' @import mlr3misc
#' @import checkmate
#' @importFrom R6 R6Class
#' @importFrom processx process
#' @importFrom uuid UUIDgenerate
#' @importFrom utils str
Expand Down

0 comments on commit 9dc7a28

Please sign in to comment.