Skip to content

Commit

Permalink
Merge branch 'patzaw-gh-pages' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hafen committed Feb 29, 2024
2 parents f5e160c + a746f0d commit 5870704
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
.Rhistory
.RData
htmlwidgetsgallery.Rproj
.DS_Store
36 changes: 18 additions & 18 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1596,23 +1596,6 @@ widgets:
UpSet.js is a re-implementation of UpSetR to create interactive set visualizations for more than three sets.
description: >
This is a [HTMLWidget](http://www.htmlwidgets.org/) wrapper around the JavaScript library [UpSet.js](https://github.com/upsetjs/upsetjs) and an alternative implementation of [UpSetR](https://www.rdocumentation.org/packages/UpSetR). More details can be found on https://upset.js.org.
-
name: shinyaframe
thumbnail: images/wmurphyrd-shinyaframe.png
url: https://github.com/wmurphyrd/shinyaframe
jslibs: >
[A-Frame](http://aframe.io),[gg-aframe](https://github.com/wmurphyrd/gg-aframe)
ghuser: wmurphyrd
ghrepo: shinyaframe
tags: visualization,3D,virtual reality
cran: true
release: stable
examples: https://cran.r-project.org/web/packages/shinyaframe/vignettes/scatterplot3d.html,https://github.com/wmurphyrd/adit
ghauthor: wmurphyrd
short: >
Bring R data into virtual reality for immersive, interactive data visualization
description: >
Make R data available in Web-based virtual reality experiences for immersive, cross-platform data visualizations. Includes the 'gg-aframe' JavaScript package for a Grammar of Graphics declarative HTML syntax to create 3-dimensional data visualizations with 'Mozilla A-Frame'
-
name: mutsneedle
thumbnail: images/mutsneedle_tp53.png
Expand Down Expand Up @@ -2160,4 +2143,21 @@ widgets:
short: >
An R interface to the the ag-grid javascript library.It can display large data in shiny.
description: >
This package provides the `aggrid()` function to display data, and for shiny, you can use the server parameter to quickly display millions of rows of data.
This package provides the `aggrid()` function to display data, and for shiny, you can use the server parameter to quickly display millions of rows of data.
-
name: bscui
thumbnail: images/bscui_thumbnail.png
url: https://patzaw.github.io/bscui/
jslibs: >
[bscui](https://github.com/patzaw/bscui/tree/main/supp/bscui-js)
ghuser: patzaw
ghrepo: bscui
tags: utility, general, visualization, SVG
cran: true
examples: https://patzaw.github.io/bscui/articles/bscui.html, https://patzaw.github.io/posts/bscui-presentation.html
ghauthor: bscui
short: >
Build SVG Custom User Interface
description: >
Render SVG as interactive figures to display contextual information, with selectable and clickable user interface elements. These figures can be seamlessly integrated into ‘rmarkdown’ and ‘Quarto’ documents, as well as ‘shiny’ applications, allowing manipulation of elements and reporting actions performed on them. Additional features include pan, zoom in/out functionality, and the ability to export the figures in SVG or PNG formats.
Loading

0 comments on commit 5870704

Please sign in to comment.