DndDice/DESCRIPTION

17 lines
746 B
Text
Raw Normal View History

2019-03-19 03:56:07 +00:00
Package: DndDice
Type: Package
2019-05-29 18:15:25 +00:00
Title: Play with different die probabilities to help you optimize your tabletop gameplay.
Version: 0.2.0
Author: Joel Therrien
Maintainer: Joel Therrien <joelt@sfu.ca>
Description: This package lets you define different random variables (i.e. a die) and create new random variables by combining them together.
For instance, you can add several random variables together to create a new one (some actions take the sum of two d6 die).
You can take the maximum or minimum of two random variables, or see the probability that one random variable is greater than another (possibly constant).
License: GPL-3
2019-03-19 03:56:07 +00:00
Encoding: UTF-8
LazyData: true
Imports:
ggplot2 (>= 3.1.0),
dplyr (>= 0.8.1)
2019-03-19 03:56:07 +00:00
RoxygenNote: 6.1.1