https://github.com/rinterface/connectviz
{connectViz} offers a collection of helper functions and 'htmlwidgets' to help admins or user better understand how 'RStudio Connect' is used in their organisation. The package provides plug and play visualisations that can be customised depending on needs.
https://github.com/rinterface/connectviz
echarts4 rstudio server shiny
Last synced: 9 months ago
JSON representation
{connectViz} offers a collection of helper functions and 'htmlwidgets' to help admins or user better understand how 'RStudio Connect' is used in their organisation. The package provides plug and play visualisations that can be customised depending on needs.
- Host: GitHub
- URL: https://github.com/rinterface/connectviz
- Owner: RinteRface
- License: other
- Created: 2022-02-17T10:11:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-22T18:39:15.000Z (about 2 years ago)
- Last Synced: 2025-04-05T19:51:12.396Z (10 months ago)
- Topics: echarts4, rstudio, server, shiny
- Language: R
- Homepage:
- Size: 197 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# connectViz
[](https://github.com/RinteRface/connectViz/actions)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
The goal of `{connectViz}` is to offer a collection of helper functions and 'htmlwidgets' to help admins or user better understand how 'RStudio Connect' is used in their organization. The package provides plug and play visualizations that can be customized depending on needs.
## Installation
You can install the development version of `{connectViz}` like so:
``` r
remotes::install_github("RinteRface/connectViz")
```
## Prerequisites
Before starting with `{connectViz}`, makes sure to have the two following environment variables setup:
- `CONNECT_SERVER`: points to the RStudio Connect server for instance `https://beta.rstudioconnect.com`.
- `CONNECT_API_KEY`: the API key you generate from RStudio Connect server.
## Contribute
This package is still a proof of concept. If you want to help improving it and test it on your own RStudio Connect server:
- Install it.
- Run the [vignette](https://github.com/RinteRface/connectViz/blob/main/inst/examples/simple-rmd/analysis.Rmd).
- Report any error [here](https://github.com/RinteRface/connectViz/issues), by submitting a new issue, including the RStudio Connect version, `{connectapi}` version ...
Thanks in advance for your support.
## Code of Conduct
Please note that the connectViz project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.