Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stibu81/wordbox
- Owner: stibu81
- License: other
- Created: 2019-09-01T14:51:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-24T17:14:41.000Z (2 months ago)
- Last Synced: 2024-11-24T18:20:47.380Z (2 months ago)
- Topics: education, r, vocabulary-learning
- Language: R
- Homepage:
- Size: 220 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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")
```