DESCRIPTION 584 Bytes
Newer Older
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
Package: socceR
Title: RoboCupSoccer Simulation 2D log analysis tools
Version: 0.0.0.9000
Authors@R: 
    person(given = "Keisuke",
           family = "ANDO",
           role = c("aut", "cre"),
           email = "ando@maslab.aitech.ac.jp")
Description: Functions to parse logs and to extract various information from log data.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports: 
    dplyr,
    fs,
    jsonlite,
    purrr,
    readr,
    rlang,
    stringr,
    tidyr
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3