Package: tidydice
Type: Package
Title: Simulates Dice Rolls and Coin Flips
Version: 0.0.6
Author: Roland Krasser
Maintainer: Roland Krasser <roland.krasser@gmail.com>
Description: Utils for basic statistical experiments, that can be used for teaching 
    introductory statistics. Each experiment generates a tibble.
    Dice rolls and coin flips are simulated using sample().
    The properties of the dice can be changed, like the number of sides.
    A coin flip is simulated using a two sided dice.
    Experiments can be combined with the pipe-operator.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: http://github.com/rolkra/tidydice
Imports: assertthat, dplyr, ggplot2, magrittr, purrr, stats, tibble
RoxygenNote: 6.1.1
Suggests: explore, knitr, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-01-07 09:37:03 UTC; ujqb7lf
Repository: CRAN
Date/Publication: 2020-01-09 19:10:06 UTC
