From 2c20a1f30eeed8be63d4b5321550f58a10d1a85e Mon Sep 17 00:00:00 2001 From: Harrison Tietze Date: Fri, 7 Jun 2024 08:10:51 +0900 Subject: [PATCH] fix hellow world --- .DS_Store | Bin 8196 -> 8196 bytes CRAN-SUBMISSION | 4 ++-- R/hello_world.R | 14 -------------- man/hello_world.Rd | 19 ------------------- vignettes/TidyConsultant.Rmd | 5 +++-- 5 files changed, 5 insertions(+), 37 deletions(-) delete mode 100644 R/hello_world.R delete mode 100644 man/hello_world.Rd diff --git a/.DS_Store b/.DS_Store index b78e158366680972a6b33eb3f593dba29400bf7e..fec82dd99639006bb4f0a3dfb638c9c21a6c7b54 100644 GIT binary patch delta 105 zcmZp1XmQw}CJ^&uEdv7s3xgg*IzuKyNp8N2OHxjL5>Sl8HDF)T9*$#?GP>ZjhvS$ds(cDw`GO3? T;N<+=0-zoS2K&uT0!{n?R&g1e 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) ```