Recent Releases of gwalkr
gwalkr - v0.2.0
GWalkR has officially introduced a new feature that leverages DuckDB for powerful computations. You can now interactively aggregate and visualize millions of data points in under one second!
To enable this feature, use gwalkr(df, kernelComputation = TRUE).
Here is a tutorial with a demo.
- TypeScript
Published by bruceyyu over 1 year ago
gwalkr - v0.2.0-alpha
GWalkR has introduced a major experimental feature that leverages DuckDB for powerful computations. You can now interactively aggregate and visualize millions of data points in under one second!
To enable this feature, use gwalkr(df, useKernel = TRUE).
It's not on CRAN, so please download the package here and use devtools::install_local({PATH}) to install the package.
We welcome all comments and suggestions!
- TypeScript
Published by bruceyyu over 1 year ago
gwalkr - v0.1.3
Features:
- upgrade graphic-walker to 0.4.13.
- support datetime drill up/down
- better binning config
- experimental feature: interpret data
- support importing & exporting the chart config using json file: a new param
visConfigFileis added
Fixes:
- #10 customize dark mode: a new param
darkis added to indicate light/dark mode
Docs:
- add CRAN source -- more convenient installation!!
- TypeScript
Published by bruceyyu over 2 years ago
gwalkr - v0.1.2
Features:
- upgrade graphic-walker to 0.4.3. More visualizations (maps, expandable pivot table) and more configurations (limit, facet)!
Fixes:
- issue #6
- issue #7
Docs:
- add an example for the Rmarkdown webpage
Others 🚀:
- It is officially on CRAN now! Install by simply running
install.packages("GWalkR")
- TypeScript
Published by bruceyyu over 2 years ago
gwalkr - v0.1.1
Fix
- add an encoder & decoder to the unique fid in the data frame
- beautify the docs
Feature
visConfigparam to reproduce charts, which is useful for R markdown📝 and shiny✨columnSpecsparam to specify column type in a data frame.
Here is a video showing the power of using visConfig: you can share your data insights with explorable charts to others in an html file, generated by R Markdown!
https://github.com/Kanaries/GWalkR/assets/33870780/cf2d8abc-e855-4c16-a5bc-91321172cd12
- TypeScript
Published by bruceyyu over 2 years ago