-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
44 lines (32 loc) · 1.34 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
44
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/shinyExams)](https://cran.r-project.org/package=shinyExams)
[![Coverage Status](https://img.shields.io/codecov/c/github/flaviobarros/shinyExams/master.svg)](https://codecov.io/github/flaviobarros/shinyExams?branch=master)
[![Travis-CI Build Status](https://travis-ci.org/flaviobarros/shinyExams.svg?branch=master)](https://travis-ci.org/flaviobarros/shinyExams)
# shinyExams
The goal of shinyExams is to provide [RStudio Addins](https://rstudio.github.io/rstudio-extensions/rstudio_addins.html) and a Shiny interface for the package [exams](https://cran.r-project.org/web/packages/exams/index.html).
## Installation
You can install shinyExams from github with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("flaviobarros/shinyExams")
```
## Usage
![alt text](https://github.com/flaviobarros/shinyExams/blob/master/man/shinyExams.gif)
## WARNING
This is an experimental package, so you can expect a lot of changes.
## TO DO
* more addins
* eliminate hardcoded templates
* better folder structure
* better layout
* advanced and begginer interface