-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
32 lines (32 loc) · 1000 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
Package: Lextale
Type: Package
Title: A Package to calculate scoring for LexTALE-test, English, German and Dutch versions.
Version: 1.1.0
Authors@R:
person(given = "Ghozayel",
family = "Elotteebi",
email = "[email protected]",
role = c("aut", "cre"))
Affiliation: Lecturer @Jubail University College/ PhD student @University of Nottingham
Description: This package calculates the scoring for the English LexTALE-test if administered with the downloads using implementations that do not end with participants' score on the screen, e.g. online surveys.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/Ghozayel/Lextale
BugReports: https://github.com/Ghozayel/Lextale/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 2.10),
tidyverse
VignetteBuilder: knitr
Imports:
dplyr,
here,
readr,
tibble
Config/testthat/edition: 3