Skip to content

Commit

Permalink
fix hellow world
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison4192 committed Jun 6, 2024
1 parent 7ca1024 commit 2c20a1f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 37 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
14 changes: 0 additions & 14 deletions R/hello_world.R

This file was deleted.

19 changes: 0 additions & 19 deletions man/hello_world.Rd

This file was deleted.

5 changes: 3 additions & 2 deletions vignettes/TidyConsultant.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```
Expand Down

0 comments on commit 2c20a1f

Please sign in to comment.