Skip to content

Commit

Permalink
updates for #111
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed Feb 14, 2023
1 parent deec067 commit fa9cc0d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version: 0.0.1
Authors@R: c(
person("Steven","Sanderson", email = "[email protected]", role = c("aut","cre","cph"))
)
Description: The goal of this package will be to provide a simple interface for automatic machine learning that fits the `tidymodels` framework. The intention is to work for regression and classification problems with a simple API. <https://www.spsanderson.com/tidyAML/reference/index.html>
Description: The goal of this package will be to provide a simple interface for automatic machine learning that fits the `tidymodels` framework. The intention is to work for regression and classification problems with a simple verb framework.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
6 changes: 4 additions & 2 deletions R/utils-lib-loads.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ core_packages <- function(){
#' install_deps()
#' }
#'
#' \value{No return value, called for side effects}
#' @return
#' No return value, called for side effects
#'
#' @name install_deps
NULL
Expand Down Expand Up @@ -91,7 +92,8 @@ install_deps <- function(){
#' load_deps()
#' }
#'
#' \value{No return value, called for side effects}
#' @return
#' No return value, called for side effects
#'
#' @name load_deps
NULL
Expand Down
5 changes: 3 additions & 2 deletions man/install_deps.Rd

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

5 changes: 3 additions & 2 deletions man/load_deps.Rd

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

0 comments on commit fa9cc0d

Please sign in to comment.