-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
37 lines (37 loc) · 966 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
Package: cheatR
Type: Package
Title: Catch Cheaters
Description: A set of functions to compare texts for similarity, and plot a graph of similarities among the compared texts. These functions were originally developed for detection of overlap in course hand-in.
Version: 1.2.1-1
Authors@R: c(
person("Mattan S.",
"Ben-Shachar",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4287-4801")),
person("Almog",
"Simchon",
role = c("aut"))
)
Maintainer: Mattan S. Ben-Shachar <[email protected]>
URL: https://mattansb.github.io/cheatR/
BugReports: https://github.com/mattansb/cheatR/issues/
Depends: R (>= 4.0.0)
Imports: textreadr, ngram, purrr, utils, R.utils
Suggests:
knitr,
rmarkdown,
testthat,
devtools,
shiny,
DT,
ggplot2,
tidygraph,
ggraph,
grid
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr