https://github.com/Displayr/flipStandardCharts
HTMLwidget Charts with an Excel-like signature
https://github.com/Displayr/flipStandardCharts
Last synced: 5 months ago
JSON representation
HTMLwidget Charts with an Excel-like signature
- Host: GitHub
- URL: https://github.com/Displayr/flipStandardCharts
- Owner: Displayr
- Created: 2016-04-21T23:57:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T03:57:19.000Z (5 months ago)
- Last Synced: 2024-12-02T04:29:34.688Z (5 months ago)
- Language: R
- Size: 456 MB
- Stars: 9
- Watchers: 11
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - Displayr/flipStandardCharts - HTMLwidget Charts with an Excel-like signature (R)
README
[](https://travis-ci.org/Displayr/flipStandardCharts/)
[](https://coveralls.io/github/Displayr/flipStandardCharts?branch=master)
# flipStandardChartsStandard R interactive charts
## Installation
To install from GitHub:
```
require(devtools)
install_github("Displayr/flipStandardCharts", dependencies = NA)
```If you have not set up a GitHub Personal Access Token, you will likely need to do so to avoid
GitHub rate limits, which will manifest as 403 errors when downloading packages via
`install_github`. Please see the documentation in the `usethis` package or see the
instructions [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) and [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token).If you are using Windows, you will need to have a version of Rtools installed that matches your
version of R in order to build packages from source. Rtools can be downloaded from
[here](https://cran.r-project.org/bin/windows/Rtools/).Specifying `dependencies = NA` in `install_github` will not install packages listed
in `Suggests` in the `DESCRIPTION` file (some of which may be proprietary and unavailable for download).## Submitting a bug report
If you encounter a problem using the package, please open an [issue](https://github.com/Displayr/flipStandardCharts/issues). To achieve a resolution as quickly as possible, please include a minimal, reproducible example of the bug, along with the exact error message or output you receive and the behavior you expect. Including the output of `sessionInfo()` in R can be helpful to reproduce the issue. Please see this [FAQ](https://community.rstudio.com/t/faq-whats-a-reproducible-example-reprex-and-how-do-i-create-one/5219), which has a number of useful tips on creating great reproducible examples.
[](https://www.displayr.com)