Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 860 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 860 Bytes

puzzlemath

Lifecycle: experimental R-CMD-check Reactor

The goal of puzzlemath is to teach basic math at elementary school level using Shiny.

Installation

# install.package('remotes')
remotes::install_github("yonicd/puzzlemath")

Example

This is a basic example which shows you how to solve a common problem:

library(puzzlemath)
puzzlemath::run_app()