Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RinteRface/argonR
R interface to argon HTML design
https://github.com/RinteRface/argonR
Last synced: 20 days ago
JSON representation
R interface to argon HTML design
- Host: GitHub
- URL: https://github.com/RinteRface/argonR
- Owner: RinteRface
- Created: 2018-10-12T07:06:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T21:14:23.000Z (11 months ago)
- Last Synced: 2024-11-11T23:15:18.902Z (about 1 month ago)
- Language: SCSS
- Homepage: https://rinterface.github.io/argonR/
- Size: 5.04 MB
- Stars: 53
- Watchers: 5
- Forks: 12
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - RinteRface/argonR - R interface to argon HTML design (SCSS)
README
# argonR
[![R build status](https://github.com/RinteRface/argonR/workflows/R-CMD-check/badge.svg)](https://github.com/RinteRface/argonR/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/argonR)](https://cran.r-project.org/package=argonR)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-ff69b4.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![cranlogs](https://cranlogs.r-pkg.org/badges/argonR)](https://cran.r-project.org/package=argonR)
[![total](https://cranlogs.r-pkg.org/badges/grand-total/argonR)](https://www.rpackages.io/package/argonR)> R interface to argon HTML Bootstrap 4 template
## ArgonR philosophy
`{argonR}` primarily aims at building static webpages from R, without the need of shiny or server part. However,
it can be also used within shiny packages such as `{argonDash}`, a bootstrap4 shiny dashboard.
See [here](https://github.com/RinteRface/argonDash) for more details.## Installation
```r
# from CRAN
install.packages("argonR")
# Latest version
devtools::install_github("RinteRface/argonR")
```## Demo
See a demonstration [here](https://rinterface.com).
## How to host it?
This is pretty simple:
* Test it locally: after having generated your HTML page as described previously,
open it with any web browser
* On apache or nginx server: copy example.html and the inst folder to the root of your
web server. Enter the web server adress in the web browser.
* On shiny-server: copy example.html and the inst folder to the root of your
shiny-server (usually /srv/shiny-server). Enter the web server adress in the web browser## Use with shiny
See [{argonDash}](https://github.com/RinteRface/argonDash).
## Acknowledgement
* Many thanks to [Creative Tim](https://www.creative-tim.com/) for creating argon HTML.## Code of Conduct
Please note that the argonR 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.