Skip to content

Commit

Permalink
Merge pull request #231 from sigven/randomforest
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven authored Jun 1, 2024
2 parents 2e341eb + e724110 commit 8e50953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/recipe/pcgrr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ requirements:
- bioconductor-quantiseqr
- r-quarto
- quarto
- r-randomforest
- r-readr
- r-reshape2
- r-rlang
Expand Down Expand Up @@ -66,6 +67,7 @@ requirements:
- bioconductor-quantiseqr
- r-quarto
- quarto
- r-randomforest
- r-readr
- r-reshape2
- r-rlang
Expand Down
1 change: 1 addition & 0 deletions pcgrr/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Imports:
plotly,
quantiseqr,
quarto,
randomForest,
readr,
reshape2,
rlang,
Expand Down
1 change: 1 addition & 0 deletions pcgrr/R/utils_shortcuts.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ dummy1 <- function() {
htmltools::br
plotly::plot_ly
caret::createModel
randomForest::importance
}

0 comments on commit 8e50953

Please sign in to comment.