diff --git a/DESCRIPTION b/DESCRIPTION index 4ebd0d43..e9b310cc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -54,7 +54,7 @@ Suggests: redoc, rapidoc, sf -RoxygenNote: 7.2.3 +RoxygenNote: 7.3.1 Collate: 'async.R' 'content-types.R' diff --git a/README.md b/README.md index ddc327cd..a31546db 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![](https://www.r-pkg.org/badges/version/plumber)](https://www.r-pkg.org/pkg/plumber) [![CRAN RStudio mirror downloads](https://cranlogs.r-pkg.org/badges/plumber?color=brightgreen)](https://www.r-pkg.org/pkg/plumber) [![codecov](https://app.codecov.io/gh/rstudio/plumber/branch/main/graph/badge.svg)](https://app.codecov.io/gh/rstudio/plumber) -[![RStudio community](https://img.shields.io/badge/community-plumber-blue?style=social&logo=rstudio&logoColor=75AADB)](https://community.rstudio.com/tag/plumber) +[![RStudio community](https://img.shields.io/badge/community-plumber-blue?style=social&logo=rstudio&logoColor=75AADB)](https://forum.posit.co/tag/plumber) Plumber allows you to create a web API by merely decorating your existing R @@ -107,7 +107,7 @@ will be the best way to get started. You'll be able to get a server hosting your custom API in just two R commands. To deploy to DigitalOcean, check out the `plumber` companion package [`plumberDeploy`](https://github.com/meztez/plumberDeploy). -[RStudio Connect](https://www.rstudio.com/products/connect/) is a commercial +[RStudio Connect](https://posit.co/products/enterprise/connect/) is a commercial publishing platform that enables R developers to easily publish a variety of R content types, including Plumber APIs. Additional documentation is available at https://www.rplumber.io/articles/hosting.html#rstudio-connect-1.