-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
28 lines (28 loc) · 1.04 KB
/
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
Package: pokehelperr
Title: Assists in building teams of pokémon based on weaknesses and resistances.
Version: 0.0.0.9000
Authors@R:
person("Jakob", "Thoms", , "[email protected]", role = c("aut", "cre"))
person("Raul", "Aguilar", , "[email protected]", role = c("aut", "cre"))
person("Ritisha", "Sharma", , "[email protected]", role = c("aut", "cre"))
person("Sneha", "Sunil", , "[email protected]", role = c("aut", "cre"))
Description: pokehelperr is an R package designed to assist Pokémon players in building teams of pokémon. Users can provide a list of pokémon currently on their team, and pokehelperr will recommend a suitable pokémon to add to the team based on the current team's overall weaknesses and resistances.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Imports:
stats,
utils,
readr,
dplyr,
here,
rlang,
stringr
VignetteBuilder: knitr
URL: https://ubc-mds.github.io/pokehelperr/