Skip to content

Commit

Permalink
Merge pull request #99 from mlr-org/fix/rcmd
Browse files Browse the repository at this point in the history
add capture.output to imports
  • Loading branch information
sebffischer committed Jan 22, 2024
2 parents 74e1661 + d64caeb commit def77b0
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 @@ -173,6 +173,7 @@ importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stats,terms)
importFrom(utils,adist)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,tail)
useDynLib(mlr3misc,c_count_missing)
Expand Down
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#' @importFrom R6 R6Class is.R6
#' @importFrom digest digest
#' @importFrom methods formalArgs hasArg
#' @importFrom utils capture.output
"_PACKAGE"

.onLoad = function(libname, pkgname) {
Expand Down

0 comments on commit def77b0

Please sign in to comment.