Skip to content

Commit

Permalink
create default and rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrs1128 committed Sep 3, 2024
1 parent 40d3a04 commit b76a9b6
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion R/estimators.R
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ glmnet_model_params <- function(...) {
#' multimedia(exper, glmnet_model(lambda = 0.1)) |>
#' estimate(exper)
#' @export
glmnet_model <- function(progress, ...) {
glmnet_model <- function(progress = TRUE, ...) {
check_if_installed(
c("glmnet", "glmnetUtils"),
"to use a glmnet regression model for multimedia estimation."
Expand Down
4 changes: 3 additions & 1 deletion man/bootstrap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion man/glmnet_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/indirect_pathwise.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion man/lm_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion man/parallelize.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion man/rf_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b76a9b6

Please sign in to comment.