From de064d7311ced79d66c5bf5524b7df57cc782aad Mon Sep 17 00:00:00 2001 From: "Steven Paul Sanderson II, MPH" Date: Wed, 15 Feb 2023 09:05:02 -0500 Subject: [PATCH] towards #111 --- DESCRIPTION | 2 +- R/utils-tidy-eval.R | 1 + man/tidyeval.Rd | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c63c72e..0c0fe86 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -4,7 +4,7 @@ Version: 0.0.1 Authors@R: c( person("Steven","Sanderson", email = "spsanderson@gmail.com", 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) diff --git a/R/utils-tidy-eval.R b/R/utils-tidy-eval.R index 09c3698..b6a28ac 100644 --- a/R/utils-tidy-eval.R +++ b/R/utils-tidy-eval.R @@ -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 diff --git a/man/tidyeval.Rd b/man/tidyeval.Rd index f773abf..5abf2ec 100644 --- a/man/tidyeval.Rd +++ b/man/tidyeval.Rd @@ -9,6 +9,9 @@ \alias{as_name} \alias{as_label} \title{Tidy eval helpers} +\value{ +No return value, called for side effects +} \description{ This page lists the tidy eval tools reexported in this package from rlang. To learn about using tidy eval in scripts and packages at a