Skip to content

Commit

Permalink
additional redirec fix for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Oct 26, 2020
1 parent 079f44f commit 085106b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<center>
<img src="tools/readme/rstudio-connect-board.png" width="70%">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/boards-understanding.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 085106b

Please sign in to comment.