-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
43 lines (31 loc) · 1.62 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# MaterializeR = <img src="http://materializecss.com/res/materialize.svg" width="150"> + <img src="https://www.rstudio.com/wp-content/uploads/2014/04/shiny-400x464.png" height="100">
[![Travis-CI Build Status](https://travis-ci.org/TuSKan/materializer.svg?branch=master)](https://travis-ci.org/TuSKan/materializer)
<!-- [![CRAN\_Release\_Badge](http://www.r-pkg.org/badges/version-ago/materializer)](https://CRAN.R-project.org/package=materializer) [![CRAN\_Download\_Badge](http://cranlogs.r-pkg.org/badges/materializer)](https://CRAN.R-project.org/package=materializer)
-->
## Overview
The __materializer__ is a new package to make your shiny applications modern, responsive and designed with Material Design.
If you'd like to know more about materialize css framework, visit here [materializecss.com](http://materializecss.com/).
## Installation
```{r eval = FALSE}
# Install from CRAN
install.packages("materializer")
# Or the development version from GitHub
# install.packages("devtools")
devtools::install_github("tuskan/materializer")
```
## Related work
* https://github.com/rstudio/shiny, Easy interactive web applications with R
* https://github.com/Appsilon/shiny.semantic, build shiny applications with the Semantic UI library
* https://github.com/nteetor/dull, Build Bootstrap 4 applications with the familiar Shiny toolkit.
* https://github.com/ericrayanderson/shinymaterial, build shiny apps on top of material design