diff --git a/dev/apple-touch-icon-120x120.png b/dev/apple-touch-icon-120x120.png index c6217e1e..2d4eb50a 100644 Binary files a/dev/apple-touch-icon-120x120.png and b/dev/apple-touch-icon-120x120.png differ diff --git a/dev/apple-touch-icon-152x152.png b/dev/apple-touch-icon-152x152.png index 04b2fee0..f3cd00f3 100644 Binary files a/dev/apple-touch-icon-152x152.png and b/dev/apple-touch-icon-152x152.png differ diff --git a/dev/apple-touch-icon-180x180.png b/dev/apple-touch-icon-180x180.png index b19e3035..38fc47e5 100644 Binary files a/dev/apple-touch-icon-180x180.png and b/dev/apple-touch-icon-180x180.png differ diff --git a/dev/apple-touch-icon-60x60.png b/dev/apple-touch-icon-60x60.png index d3dbf16f..ed70ca00 100644 Binary files a/dev/apple-touch-icon-60x60.png and b/dev/apple-touch-icon-60x60.png differ diff --git a/dev/apple-touch-icon-76x76.png b/dev/apple-touch-icon-76x76.png index cbd58a51..5902dfcc 100644 Binary files a/dev/apple-touch-icon-76x76.png and b/dev/apple-touch-icon-76x76.png differ diff --git a/dev/apple-touch-icon.png b/dev/apple-touch-icon.png index 2897d0b8..d215069d 100644 Binary files a/dev/apple-touch-icon.png and b/dev/apple-touch-icon.png differ diff --git a/dev/articles/vetiver.html b/dev/articles/vetiver.html index c9d0f5cb..3642811d 100644 --- a/dev/articles/vetiver.html +++ b/dev/articles/vetiver.html @@ -204,8 +204,8 @@

Store and version your model#> # A tibble: 2 × 3 #> version created hash #> <chr> <dttm> <chr> -#> 1 20231208T163321Z-64dc9 2023-12-08 16:33:21 64dc9 -#> 2 20231208T163321Z-ef03e 2023-12-08 16:33:21 ef03e +#> 1 20240229T181625Z-3a65e 2024-02-29 18:16:25 3a65e +#> 2 20240229T181625Z-c1ecf 2024-02-29 18:16:25 c1ecf

The primary purpose of pins is to make it easy to share data artifacts, so depending on the board you choose, your pinned vetiver_model() can be shareable with your @@ -257,8 +257,8 @@

Deploy your modellibrary(recipes) library(workflows) } -b <- board_folder(path = "/tmp/RtmpIX7msI/pins-c9b37c4e3b35") -v <- vetiver_pin_read(b, "biv_svm", version = "20231208T163321Z-64dc9") +b <- board_folder(path = "/tmp/Rtmp3DFzss/pins-20f51b0d37c") +v <- vetiver_pin_read(b, "biv_svm", version = "20240229T181625Z-3a65e") #* @plumber function(pr) { diff --git a/dev/authors.html b/dev/authors.html index ca2a9120..57982c06 100644 --- a/dev/authors.html +++ b/dev/authors.html @@ -70,7 +70,7 @@

Authors

Citation

Source: DESCRIPTION

-

Silge J (2023). +

Silge J (2024). vetiver: Version, Share, Deploy, and Monitor Models. R package version 0.2.5.9000, https://rstudio.github.io/vetiver-r/, https://github.com/rstudio/vetiver-r/, https://vetiver.rstudio.com. @@ -78,7 +78,7 @@

Citation

@Manual{,
   title = {vetiver: Version, Share, Deploy, and Monitor Models},
   author = {Julia Silge},
-  year = {2023},
+  year = {2024},
   note = {R package version 0.2.5.9000, https://rstudio.github.io/vetiver-r/,
 https://github.com/rstudio/vetiver-r/},
   url = {https://vetiver.rstudio.com},
diff --git a/dev/favicon-16x16.png b/dev/favicon-16x16.png
index 605d238a..a8164efd 100644
Binary files a/dev/favicon-16x16.png and b/dev/favicon-16x16.png differ
diff --git a/dev/favicon-32x32.png b/dev/favicon-32x32.png
index 9e5b481c..aba7f793 100644
Binary files a/dev/favicon-32x32.png and b/dev/favicon-32x32.png differ
diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml
index 09cf515f..771c9590 100644
--- a/dev/pkgdown.yml
+++ b/dev/pkgdown.yml
@@ -1,9 +1,9 @@
-pandoc: 2.19.2
+pandoc: 3.1.11
 pkgdown: 2.0.7
 pkgdown_sha: ~
 articles:
   vetiver: vetiver.html
-last_built: 2023-12-08T16:32Z
+last_built: 2024-02-29T18:15Z
 urls:
   reference: https://rstudio.github.io/vetiver-r/reference
   article: https://rstudio.github.io/vetiver-r/articles
diff --git a/dev/reference/handler_startup.html b/dev/reference/handler_startup.html
index ee6afd5e..50aed4ae 100644
--- a/dev/reference/handler_startup.html
+++ b/dev/reference/handler_startup.html
@@ -211,8 +211,8 @@ 

Examples#> ret <- predict(vetiver_model$model, newdata = newdata, ...) #> list(.pred = ret) #> } -#> <bytecode: 0x55bdeb8b1ea0> -#> <environment: 0x55bdeb8b4c30> +#> <bytecode: 0x563d9bd1ff18> +#> <environment: 0x563d9bd22ca8>

diff --git a/dev/reference/vetiver_deploy_rsconnect.html b/dev/reference/vetiver_deploy_rsconnect.html index 16915521..00641fdc 100644 --- a/dev/reference/vetiver_deploy_rsconnect.html +++ b/dev/reference/vetiver_deploy_rsconnect.html @@ -104,7 +104,7 @@

Argumentsrsconnect::deployApp() such as +

Other arguments passed to rsconnect::deployApp() such as appName, account, or launch.browser.

@@ -138,7 +138,7 @@

Examplescars_lm <- lm(mpg ~ ., data = mtcars) v <- vetiver_model(cars_lm, "cars_linear") vetiver_pin_write(b, v) -#> Creating new version '20231208T163308Z-100cb' +#> Creating new version '20240229T181611Z-100cb' #> Writing to pin 'cars_linear' #> #> Create a Model Card for your published model diff --git a/dev/reference/vetiver_endpoint_sagemaker.html b/dev/reference/vetiver_endpoint_sagemaker.html index 5345a4c5..ec354e21 100644 --- a/dev/reference/vetiver_endpoint_sagemaker.html +++ b/dev/reference/vetiver_endpoint_sagemaker.html @@ -89,7 +89,7 @@

Examples#> #> ── A SageMaker model endpoint for prediction: #> Model endpoint: vetiver-sagemaker-demo-model -#> Region: us-east-1 +#> Region: aws-global