Package: tidydice
Type: Package
Title: Simulates Dice Rolls and Coin Flips
Version: 0.0.3
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, magrittr, purrr, tibble
RoxygenNote: 6.1.1
Suggests: explore, knitr, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-11-11 07:32:55 UTC; uJQB7LF
Repository: CRAN
Date/Publication: 2019-11-15 12:10:02 UTC
