Skip to content

Commit

Permalink
move mlr3 to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
schalkdaniel committed Mar 16, 2023
1 parent 613a462 commit 70a8e18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ LazyData: true
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.1.1
Depends:
R (>= 3.4.0),
mlr3
R (>= 3.4.0)
Imports:
Rcpp (>= 0.11.2),
methods,
R6,
checkmate,
Matrix
Matrix,
mlr3
LinkingTo:
Rcpp,
RcppArmadillo,
Expand Down

0 comments on commit 70a8e18

Please sign in to comment.