Package: tidydice
Type: Package
Title: Simulates Dice Rolls and Coin Flips
Version: 0.1.1
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
URL: https://github.com/rolkra/tidydice/
Imports: assertthat, dplyr, ggplot2, magrittr, purrr, stats, tibble
RoxygenNote: 7.1.1
Suggests: explore, knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-04-19 16:21:47 UTC; rolkra
Repository: CRAN
Date/Publication: 2021-04-19 17:30:03 UTC
Built: R 4.0.2; ; 2021-04-20 11:02:25 UTC; unix
