Package: tidydice Type: Package Title: Simulates Dice Rolls and Coin Flips Version: 1.0.0 Authors@R: c( person("Roland", "Krasser", role = c("aut", "cre"), email = "roland.krasser@gmail.com"), person("Giovanni Marco", "Dall'Olio", role = "aut") ) Author: Roland Krasser Maintainer: Roland Krasser 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: http://github.com/rolkra/tidydice Imports: assertthat, dplyr, ggplot2, magrittr, purrr, stats, stringr, tibble, tidyr RoxygenNote: 7.2.1 Suggests: explore, knitr, rmarkdown, testthat VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev Repository: https://rolkra.r-universe.dev Date/Publication: 2023-02-02 21:02:49 UTC RemoteUrl: https://github.com/rolkra/tidydice RemoteRef: HEAD RemoteSha: 7d451caa27baa7351664693cd64cd60993a15ce2 NeedsCompilation: no Packaged: 2026-06-15 11:20:55 UTC; root