diff --git a/.DS_Store b/.DS_Store index b78e158..fec82dd 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 3b2b16d..fb3f171 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ Version: 0.1.1 -Date: 2024-06-04 11:39:38 UTC -SHA: a08270b0e151e6f7f1f85c3a6adbf5a85654ebd7 +Date: 2024-06-06 04:55:33 UTC +SHA: 7ca10248d82680686169da9f5cf948b1eca6f363 diff --git a/R/hello_world.R b/R/hello_world.R deleted file mode 100644 index 07ab192..0000000 --- a/R/hello_world.R +++ /dev/null @@ -1,14 +0,0 @@ -#' hello world -#' -#' Test function to pass cmd check -#' -#' @return none -#' -#' @examples -#' if(FALSE) { -#' hello_world() -#' } -hello_world <- function(){ - - print("Welcome to TidyConsultant") -} diff --git a/man/hello_world.Rd b/man/hello_world.Rd deleted file mode 100644 index 55f36ae..0000000 --- a/man/hello_world.Rd +++ /dev/null @@ -1,19 +0,0 @@ -% Generated by roxygen2: do not edit by hand -% Please edit documentation in R/hello_world.R -\name{hello_world} -\alias{hello_world} -\title{hello world} -\usage{ -hello_world() -} -\value{ -none -} -\description{ -Test function to pass cmd check -} -\examples{ -if(FALSE) { -hello_world() -} -} diff --git a/vignettes/TidyConsultant.Rmd b/vignettes/TidyConsultant.Rmd index a6c9127..b72c82f 100644 --- a/vignettes/TidyConsultant.Rmd +++ b/vignettes/TidyConsultant.Rmd @@ -104,12 +104,13 @@ insurance1 %>% charges_form ``` -```{r message=FALSE, warning=FALSE, eval = FALSE} + +```{r message=FALSE, warning=FALSE, eval=FALSE} insurance1 %>% auto_variable_contributions(formula = charges_form) ``` -```{r message=FALSE, warning=FALSE, eval=FALSE, include=FALSE, } +```{r message=FALSE, warning=FALSE, eval=FALSE} insurance1 %>% auto_model_accuracy(formula = charges_form, include_linear = T) ```