Skip to content

Commit 94a0907

Browse files
olivroyjuliasilge
andauthored
typo (#57)
* typo * Build README --------- Co-authored-by: Julia Silge <julia.silge@gmail.com>
1 parent 9ce3ed1 commit 94a0907

2 files changed

Lines changed: 23 additions & 23 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Typically, models in R exist in memory and can be saved as `.rds` files. However
3232

3333
## Installation
3434

35-
You can install the released version of vetiver from [CRAN](https://CRAN.R-project.org) with:
35+
You can install the released version of bundle from [CRAN](https://CRAN.R-project.org) with:
3636

3737
``` r
3838
install.packages("bundle")

README.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ portable object, and restore it for use in new settings.
2222

2323
## Installation
2424

25-
You can install the released version of vetiver from
25+
You can install the released version of bundle from
2626
[CRAN](https://CRAN.R-project.org) with:
2727

2828
``` r
@@ -113,11 +113,11 @@ mod
113113
#> nfeatures : 10
114114
#> evaluation_log:
115115
#> iter training_rmse
116-
#> 1 14.631798
117-
#> 2 10.865171
118-
#> 3 8.130434
119-
#> 4 6.150935
120-
#> 5 4.681918
116+
#> 1 14.640496
117+
#> 2 10.927976
118+
#> 3 8.217181
119+
#> 4 6.262192
120+
#> 5 4.796391
121121
```
122122

123123
Note that simply saving and loading the model results in changes to the
@@ -129,7 +129,7 @@ saveRDS(mod, temp_file)
129129
mod2 <- readRDS(temp_file)
130130

131131
compare(mod, mod2, ignore_formula_env = TRUE)
132-
#> `old$fit$handle` is <pointer: 0x102ff7800>
132+
#> `old$fit$handle` is <pointer: 0x12fa5adc0>
133133
#> `new$fit$handle` is <pointer: 0x0>
134134
#>
135135
#> `old$fit$handle` is attr(,"class")
@@ -176,13 +176,13 @@ r(
176176
#> # A tibble: 7 × 1
177177
#> .pred
178178
#> <dbl>
179-
#> 1 22.4
180-
#> 2 22.4
181-
#> 3 19.0
182-
#> 4 19.4
179+
#> 1 22.2
180+
#> 2 20.9
181+
#> 3 19.1
182+
#> 4 13.3
183183
#> 5 16.6
184-
#> 6 11.2
185-
#> 7 22.4
184+
#> 6 13.3
185+
#> 7 17.2
186186
```
187187

188188
For a more in-depth demonstration of the package, see the [main
@@ -195,14 +195,14 @@ This project is released with a [Contributor Code of
195195
Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html).
196196
By contributing to this project, you agree to abide by its terms.
197197

198-
- For questions and discussions about our packages, modeling, and
199-
machine learning, please [post on RStudio
200-
Community](https://community.rstudio.com/new-topic?category_id=15&tags=question).
198+
- For questions and discussions about our packages, modeling, and
199+
machine learning, please [post on RStudio
200+
Community](https://community.rstudio.com/new-topic?category_id=15&tags=question).
201201

202-
- If you think you have encountered a bug, please [submit an
203-
issue](https://github.com/rstudio/bundle/issues).
202+
- If you think you have encountered a bug, please [submit an
203+
issue](https://github.com/rstudio/bundle/issues).
204204

205-
- Either way, learn how to create and share a
206-
[reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html)
207-
(a minimal, reproducible example), to clearly communicate about your
208-
code.
205+
- Either way, learn how to create and share a
206+
[reprex](https://reprex.tidyverse.org/articles/articles/learn-reprex.html)
207+
(a minimal, reproducible example), to clearly communicate about your
208+
code.

0 commit comments

Comments
 (0)