From e72411068cf1883ae754610f7c056a1f287c55cf Mon Sep 17 00:00:00 2001 From: pdiakumis Date: Sat, 1 Jun 2024 17:02:01 +1000 Subject: [PATCH] add randomForest dependency --- conda/recipe/pcgrr/meta.yaml | 2 ++ pcgrr/DESCRIPTION | 1 + pcgrr/R/utils_shortcuts.R | 1 + 3 files changed, 4 insertions(+) diff --git a/conda/recipe/pcgrr/meta.yaml b/conda/recipe/pcgrr/meta.yaml index 22539738..a5cd5e02 100644 --- a/conda/recipe/pcgrr/meta.yaml +++ b/conda/recipe/pcgrr/meta.yaml @@ -35,6 +35,7 @@ requirements: - bioconductor-quantiseqr - r-quarto - quarto + - r-randomforest - r-readr - r-reshape2 - r-rlang @@ -66,6 +67,7 @@ requirements: - bioconductor-quantiseqr - r-quarto - quarto + - r-randomforest - r-readr - r-reshape2 - r-rlang diff --git a/pcgrr/DESCRIPTION b/pcgrr/DESCRIPTION index db762a2c..b8846e73 100644 --- a/pcgrr/DESCRIPTION +++ b/pcgrr/DESCRIPTION @@ -45,6 +45,7 @@ Imports: plotly, quantiseqr, quarto, + randomForest, readr, reshape2, rlang, diff --git a/pcgrr/R/utils_shortcuts.R b/pcgrr/R/utils_shortcuts.R index 5eee4e00..a0a62430 100644 --- a/pcgrr/R/utils_shortcuts.R +++ b/pcgrr/R/utils_shortcuts.R @@ -16,4 +16,5 @@ dummy1 <- function() { htmltools::br plotly::plot_ly caret::createModel + randomForest::importance }