Skip to content

Commit

Permalink
moved BBmisc, checkmate and mlr from depends to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kerschke committed Jun 6, 2017
1 parent 9a3eb4a commit dba15cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ License: BSD_2_clause + file LICENSE
Encoding: UTF-8
Roxygen: list(wrap = FALSE)
Depends:
R (>= 3.0.0),
R (>= 3.0.0)
Imports:
BBmisc,
checkmate,
mlr
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-calculateFeatures.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(mlr)
context("Calculate All Features")

test_that("Non-Cellmapping Objects", {
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-ela-Levelset.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
library(mlr)
context("Features: ELA - Levelset")

checkLevelOutput = function(features) {
Expand Down

0 comments on commit dba15cb

Please sign in to comment.