Skip to content

Commit

Permalink
docs: fix links and use https
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Jan 3, 2022
1 parent 98c7277 commit f0bf5c2
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@
^data-raw$
^cran-comments.md$
^.editorconfig$
^CRAN-RELEASE$
2 changes: 2 additions & 0 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This package was submitted to CRAN on 2022-01-03.
Once it is accepted, delete this file and tag the release (commit 98c7277).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![CRAN][cran-image]][cran-url] [![Github Actions][github-actions-image]][github-actions-url] [![Open in Binder][binder]][binder-r-url] [![Open Docs][docs]][docs-r-url] [![Open example][example]][example-r-url]

This is a [HTMLWidget](http://www.htmlwidgets.org/) and [Plot.ly Dash](https://dashr.plotly.com/) wrapper around the JavaScript library [UpSet.js](https://github.com/upsetjs/upsetjs) and an alternative implementation of [UpSetR](https://www.rdocumentation.org/packages/UpSetR).
This is a [HTMLWidget](https://www.htmlwidgets.org/) and [Plot.ly Dash](https://dash.plotly.com/r) wrapper around the JavaScript library [UpSet.js](https://github.com/upsetjs/upsetjs) and an alternative implementation of [UpSetR](https://www.rdocumentation.org/packages/UpSetR).

This package is part of the UpSet.js ecosystem located at the main [Github Monorepo](https://github.com/upsetjs/upsetjs).

Expand Down Expand Up @@ -207,8 +207,8 @@ In case of a commercial use, please get in touch regarding a commercial license.
[binder]: https://mybinder.org/badge_logo.svg
[binder-r-url]: https://mybinder.org/v2/gh/upsetjs/upsetjs_r/master?urlpath=rstudio
[docs]: https://img.shields.io/badge/API-open-blue
[docs-r-url]: https://upset.js.org/integrations/r
[docs-r-url]: https://upset.js.org/integrations/r/
[example]: https://img.shields.io/badge/Example-open-red
[example-r-url]: https://upset.js.org/integrations/r/articles/basic
[example-r-url]: https://upset.js.org/integrations/r/articles/upsetjs.html
[cran-image]: https://img.shields.io/cran/v/upsetjs
[cran-url]: https://www.rdocumentation.org/packages/upsetjs
2 changes: 1 addition & 1 deletion shiny/basic.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Find out more about building applications with Shiny here:
#
# http://shiny.rstudio.com/
# https://shiny.rstudio.com/
#

library(shiny)
Expand Down
2 changes: 1 addition & 1 deletion shiny/crosstalk.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Find out more about building applications with Shiny here:
#
# http://shiny.rstudio.com/
# https://shiny.rstudio.com/
#

library(shiny)
Expand Down
2 changes: 1 addition & 1 deletion shiny/events.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Find out more about building applications with Shiny here:
#
# http://shiny.rstudio.com/
# https://shiny.rstudio.com/
#

library(shiny)
Expand Down
2 changes: 1 addition & 1 deletion shiny/selection.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Find out more about building applications with Shiny here:
#
# http://shiny.rstudio.com/
# https://shiny.rstudio.com/
#

library(shiny)
Expand Down
2 changes: 1 addition & 1 deletion shiny/selectionProxy.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Find out more about building applications with Shiny here:
#
# http://shiny.rstudio.com/
# https://shiny.rstudio.com/
#

library(shiny)
Expand Down
4 changes: 2 additions & 2 deletions vignettes/upsetjs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ knitr::opts_chunk$set(echo = TRUE)

# UpSet.js R Widget

[UpSet.js](https://upset.js.org) is a JavaScript re-implementation of [UpSetR](https://www.rdocumentation.org/packages/UpSetR/) which itself is based on [UpSet](http://vcg.github.io/upset/about/).
[UpSet.js](https://upset.js.org) is a JavaScript re-implementation of [UpSetR](https://www.rdocumentation.org/packages/UpSetR/) which itself is based on [UpSet](https://upset.app/).

The core library is written in React but provides also bundle editions for plain JavaScript use and this R wrapper using [HTMLWidget](http://www.htmlwidgets.org/).
The core library is written in React but provides also bundle editions for plain JavaScript use and this R wrapper using [HTMLWidget](https://www.htmlwidgets.org/).

In this tutorial the basic widget functionality is explained.

Expand Down

0 comments on commit f0bf5c2

Please sign in to comment.