upsetjs_r icon indicating copy to clipboard operation
upsetjs_r copied to clipboard

😠 htmlwidget R bindings for UpSet.js for rendering UpSet plots, Euler, and Venn Diagrams

Results 11 upsetjs_r issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

It would be great if there were a vignette (or other/more documentation) showing the `crosstalk` functionality of this package. **User story** I made a brief Shiny example to test `crosstalk`...

enhancement

There seems to be an issue with specifying colors for the diagrams. **To Reproduce** When I execute the following code from the [vignettes/colors.Rmd](https://github.com/upsetjs/upsetjs_r/blob/HEAD/vignettes/colors.Rmd)): ``` R # devtools::install_url("https://github.com/upsetjs/upsetjs_r/releases/latest/download/upsetjs.tar.gz") library(upsetjs) listInput %...

bug

It would be great if the Euler diagram functions supported ellipses (e.g.: [`eulerr` package](https://cran.r-project.org/web/packages/eulerr/index.html)) as they allow for less error in the the set area representation ([link](https://cran.r-project.org/web/packages/eulerr/vignettes/introduction.html) includes explanation &...

enhancement

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

Hi, I would like to know if there is a way to manually order the sets. For example in the below pic. my upset plot is ordered by cardinality (from...

question
answered

Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.9 to 3.9.17. Release notes Sourced from vm2's releases. 3.9.17 Fixes https://github.com/patriksimek/vm2/commit/4b22e87b102d97d45d112a0931dba1aef7eea049: Fix issue in catch block protection. (Thanky to Xion (SeungHyun Lee) of KAIST Hacking Lab.)...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Hi, Is there a way to integrate the upsets and venns with crosstalk without using shiny ? But rather using a classic Rmd like does plotly for example. Thanks !

enhancement