Skip to content

Commit

Permalink
Update utils-lib-loads.R
Browse files Browse the repository at this point in the history
Fixes #142
  • Loading branch information
spsanderson committed May 26, 2023
1 parent 80b12cb commit 017b6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils-lib-loads.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ core_packages <- function(){
c(
"multilevelmod","rules","poissonreg","censored","baguette","bonsai",
"brulee","rstanarm","dbarts","kknn","ranger","randomForest",
"LiblineaR","flexsurv"
"LiblineaR","flexsurv","gee","glmnet"
)
}

Expand Down

0 comments on commit 017b6be

Please sign in to comment.