-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
21 lines (21 loc) · 901 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: rfutbin
Type: Package
Title: Searchs FIFA Ultimate Team players to get stats and prices in Futbin
Version: 1.0.2
Authors@R: person("Daniel", "Redondo-Sanchez", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Daniel Redondo Sánchez <[email protected]>
Description: This package provides an R interface to Futbin,
obtaining the live prices of FIFA Ultimate Team players, as well as
other interesting information (stats, version, position, popularity, nation...).
It also provides interactive radar plots to easily visualize the main stats
of the players.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5)
Imports: dplyr, rvest, httr, magrittr, xml2, radarchart
Suggests:
URL: https://github.com/danielredondo/rfutbin/
BugReports: https://github.com/danielredondo/rfutbin/issues
RoxygenNote: 7.1.2