Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stibu81/wordbox

A simple vocabulary trainer
https://github.com/stibu81/wordbox

education r vocabulary-learning

Last synced: about 1 month ago
JSON representation

A simple vocabulary trainer

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# WordBox

[![R-CMD-check](https://github.com/stibu81/WordBox/workflows/R-CMD-check/badge.svg)](https://github.com/stibu81/WordBox/actions)
[![Codecov test coverage](https://codecov.io/gh/stibu81/WordBox/branch/master/graph/badge.svg)](https://codecov.io/gh/stibu81/WordBox?branch=master)

WordBox is a simple word trainer written in R using
[shiny](https://shiny.rstudio.com/).

## Installation

WordBox is not currently available on [CRAN](https://CRAN.R-project.org)
but you can install the current version from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("stibu81/WordBox")
```