-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.06 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: evalyzer
Title: An extractor of user testing data for the Evalyzer platform
Version: 0.0.0.9001
Authors@R:
c(
person(
given = "Kevin",
family = "Falzone",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5222-9526")
),
person(
given = "J. M. Christian",
family = "Bastien",
role = "ths",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8875-0388")
),
person(
given = "Sophie",
family = "Lemonnier",
role = "ths",
email = "[email protected]",
comment = c(ORCID = "0000-0002-9650-7054")
)
)
Description: Retrieve user testing data from the Evalyzer platform quickly and
easily.
License: GPL (>= 3) + file LICENSE
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
stringr,
rvest,
dplyr,
jsonlite,
tidyr,
tidyselect
Depends:
R (>= 4.1.0)