forked from UBC-MDS/compassistr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 870 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: compassistr
Title: A completionist assistant tool
Version: 0.0.0.9000
Authors@R:
c(person("Samson", "Bakos", , "[email protected]", role = c("aut", "cre")),
person("Waiel", "Tinwala", , "[email protected]", role = c("aut")),
person("Marian", "Agyby", , "[email protected]", role = c("aut")),
person("Ashwin", "Babu", , "[email protected]", role = c("aut")))
Description: A set of tools to help compute task time/ probabilities for video game completionist tasks.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
dplyr,
tibble,
tidyverse,
ggplot2,
ggthemes,
combinat,
devtools
VignetteBuilder: knitr
URL: https://ubc-mds.github.io/compassistr/