Skip to content

Commit

Permalink
Update global.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Abson-dev committed Oct 3, 2024
1 parent 0323392 commit e7109b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inst/shiny/sdmApp/global.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ library(blockCV)
#library(tidyverse)
#library(ggpubr)
library(cowplot)
#library(CENFA)
# install.packages("devtools")
devtools::install_github("rinnan/CENFA")
library(CENFA)
library(randomForest)
library(kernlab)
library(dplyr)
Expand Down

0 comments on commit e7109b8

Please sign in to comment.