Skip to content

Commit

Permalink
Merge pull request #146 from spsanderson/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
spsanderson authored May 26, 2023
2 parents 9946236 + 017b6be commit 9842136
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# tidyAML (development version)

## Breaking Changes
None

## New Features
None

## Minor Fixes and Improvements
1. Fix #142 - Add `gee`, `glmnet`, and `rules` to the `core_packages()` function.

# tidyAML 0.0.2

## Breaking Changes
Expand Down
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 9842136

Please sign in to comment.