-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 979 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
30
31
32
33
34
35
36
37
Type: Package
Package: preproc.iquizoo
Title: Utility Functions for Data Processing of Iquizoo Games
Version: 2.8.2
Authors@R:
person("Liang", "Zhang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9041-1150"))
Description: Several couples of games are developed by IQUIZOO.COM. Here
are the functions used to do data processing for all of those games.
License: MIT + file LICENSE
URL: https://psychelzh.github.io/preproc.iquizoo/,
https://github.com/psychelzh/preproc.iquizoo
BugReports: https://github.com/psychelzh/preproc.iquizoo/issues
Depends:
R (>= 4.1.0)
Imports:
dplyr,
pracma,
purrr,
rlang (>= 0.1.2),
stringr,
tibble,
tidyr (>= 1.2.0),
utils,
vctrs
Suggests:
covr,
data.table,
readr,
roxygen2,
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2