Skip to content

Commit

Permalink
towards #111
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed Feb 15, 2023
1 parent 276c13e commit de064d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
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 verb framework.
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
1 change: 1 addition & 0 deletions R/utils-tidy-eval.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@
#' @keywords internal
#' @importFrom rlang enquo enquos .data := as_name as_label
#' @aliases enquo enquos .data := as_name as_label
#' @return No return value, called for side effects
#' @export enquo enquos .data := as_name as_label
NULL
3 changes: 3 additions & 0 deletions man/tidyeval.Rd

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

0 comments on commit de064d7

Please sign in to comment.