Skip to content

Commit de064d7

Browse files
committed
towards #111
1 parent 276c13e commit de064d7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: 0.0.1
44
Authors@R: c(
55
person("Steven","Sanderson", email = "spsanderson@gmail.com", role = c("aut","cre","cph"))
66
)
7-
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.
7+
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.
88
License: MIT + file LICENSE
99
Encoding: UTF-8
1010
Roxygen: list(markdown = TRUE)

R/utils-tidy-eval.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@
103103
#' @keywords internal
104104
#' @importFrom rlang enquo enquos .data := as_name as_label
105105
#' @aliases enquo enquos .data := as_name as_label
106+
#' @return No return value, called for side effects
106107
#' @export enquo enquos .data := as_name as_label
107108
NULL

man/tidyeval.Rd

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)