-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
55 lines (55 loc) · 1.49 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
46
47
48
49
50
51
52
53
54
55
Package: kanjistat
Type: Package
Title: A Statistical Framework for the Analysis of Japanese Kanji Characters
Version: 0.14.1.9000
Date: 2024-06-04
Authors@R: c( person("Dominic", "Schuhmacher", email = "dominic.schuhmacher@mathematik.uni-goettingen.de", role = c("aut","cre"), comment = c(ORCID = "0000-0001-7079-6313")),
person("Lennart", "Finke", email = "l.finke@stud.uni-goettingen.de", role = "aut", comment = c(ORCID = "0009-0003-6908-314X")) )
Maintainer: Dominic Schuhmacher <dominic.schuhmacher@mathematik.uni-goettingen.de>
Description: Various tools and data sets that support the study of kanji, including their morphology, decomposition and concepts of distance and similarity between them.
URL: https://dschuhmacher.github.io/kanjistat/
BugReports: https://github.com/dschuhmacher/kanjistat/issues
Depends: R (>= 4.1)
Imports:
methods,
graphics,
grDevices,
utils,
crayon,
dendextend,
gsubfn,
Matrix,
png,
purrr,
RANN,
rlang,
ROI,
sysfonts,
showtext,
stringi,
stringr,
transport (>= 0.15),
xml2,
lifecycle,
Rcpp
Suggests:
dplyr,
jsonlite,
kanjistat.data,
knitr,
rmarkdown,
ROI.plugin.glpk,
systemfonts,
testthat (>= 3.0.0),
tibble,
withr
Additional_repositories: https://dschuhmacher.github.io/drat
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
LinkingTo:
Rcpp