From 085106b423103c69aba414ae135590c8fe4c8063 Mon Sep 17 00:00:00 2001 From: Javier Luraschi Date: Sun, 25 Oct 2020 22:30:41 -0700 Subject: [PATCH] additional redirec fix for cran --- README.Rmd | 2 +- README.md | 2 +- vignettes/boards-understanding.Rmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.Rmd b/README.Rmd index 05907480b..8faf5c6a4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -137,7 +137,7 @@ Learn more in `vignette("boards-understanding")` ### RStudio -Experimental support for `pins` was introduced in RStudio Connect 1.7.8 so that you can use [RStudio](https://www.rstudio.com/products/rstudio/) and [RStudio Connect](https://www.rstudio.com/products/connect/) to discover and share resources within your organization with ease. To enable new boards, use [RStudio's Data Connections](https://blog.rstudio.com/2017/08/16/rstudio-preview-connections/) to start a new 'pins' connection and then select which board to connect to: +Experimental support for `pins` was introduced in RStudio Connect 1.7.8 so that you can use [RStudio](https://www.rstudio.com/products/rstudio/) and [RStudio Connect](https://rstudio.com/products/connect/) to discover and share resources within your organization with ease. To enable new boards, use [RStudio's Data Connections](https://blog.rstudio.com/2017/08/16/rstudio-preview-connections/) to start a new 'pins' connection and then select which board to connect to:
diff --git a/README.md b/README.md index 0dfc8a6a3..66b299094 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Learn more in `vignette("boards-understanding")` Experimental support for `pins` was introduced in RStudio Connect 1.7.8 so that you can use [RStudio](https://www.rstudio.com/products/rstudio/) -and [RStudio Connect](https://www.rstudio.com/products/connect/) to +and [RStudio Connect](https://rstudio.com/products/connect/) to discover and share resources within your organization with ease. To enable new boards, use [RStudio’s Data Connections](https://blog.rstudio.com/2017/08/16/rstudio-preview-connections/) diff --git a/vignettes/boards-understanding.Rmd b/vignettes/boards-understanding.Rmd index 1f5d4aaab..eff860450 100644 --- a/vignettes/boards-understanding.Rmd +++ b/vignettes/boards-understanding.Rmd @@ -47,7 +47,7 @@ Kaggle : [Kaggle](https://www.kaggle.com) is an online community of data scientists and machine learners, owned by Google LLC. Kaggle allows users to find and publish data sets, explore and build models in a web-based data-science environment, work with other data scientists and machine learning engineers, and enter competitions to solve data science challenges. Kaggle supports storing datasets [up to 10GB](https://www.kaggle.com/product-feedback/43505#post246047) in size and is free of charge for public datasets. You can learn more about using `pins` with GitHub in the [Kaggle Board](boards-kaggle.html) article. RStudio Connect -: [RStudio Connect](https://www.rstudio.com/products/connect/) is a publishing platform for the work your teams create in R and Python. You can share Shiny applications, R Markdown reports, Plumber APIs, dashboards, plots, Jupyter Notebooks, and more in one convenient place. RStudio Connect can be used to store private datasets and is only limited by the physical storage capacity configured in your server, learn to configure RStudio Connect in the [RStudio Connect Board](boards-rsconnect.html) article. +: [RStudio Connect](https://rstudio.com/products/connect/) is a publishing platform for the work your teams create in R and Python. You can share Shiny applications, R Markdown reports, Plumber APIs, dashboards, plots, Jupyter Notebooks, and more in one convenient place. RStudio Connect can be used to store private datasets and is only limited by the physical storage capacity configured in your server, learn to configure RStudio Connect in the [RStudio Connect Board](boards-rsconnect.html) article. S3 : [Amazon Web Services](https://aws.amazon.com/) is a subsidiary of Amazon that provides on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis. Amazon Simple Storage Service (S3) is a service offered by Amazon Web Services that provides object storage through a web service interface. Amazon S3 uses the same scalable storage infrastructure that Amazon.com uses to run its global e-commerce network. You can learn more about using `pins` with Amazon S3 in the [S3 Board](boards-s3.html) article.