Skip to content

Commit

Permalink
add additional ranger check
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Jun 26, 2018
1 parent 359fc02 commit 3ae71c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/cluster_determination.R
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ BuildRFClassifier <- function(
verbose = TRUE,
...
) {
PackageCheck('ranger')
training.classes <- as.vector(x = training.classes)
training.genes <- SetIfNull(
x = training.genes,
Expand Down

0 comments on commit 3ae71c3

Please sign in to comment.