-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.17 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
Package: kanjistat.data
Title: Datasets for the kanjistat package
Version: 0.2.0
Date: 2024-05-22
Authors@R:
c( person(given = "Dominic",
family = "Schuhmacher",
email = "dominic.schuhmacher@mathematik.uni-goettingen.de",
role = c("aut","cre"),
comment = c(ORCID = "0000-0001-7079-6313")),
person(given = "Lennart",
family = "Finke",
email = "l.finke@stud.uni-goettingen.de",
role = "ctb",
comment = c(ORCID = "0009-0003-6908-314X")) )
Maintainer: Dominic Schuhmacher <dominic.schuhmacher@mathematik.uni-goettingen.de>
Description: Kanji information in data.frame and tibble format, representations
and compositions in kanjivec format (derived from the kanjiVG database)
and precomputed distance matrices between kanji.
URL: https://github.com/dschuhmacher/kanjistat.data
BugReports: https://github.com/dschuhmacher/kanjistat.data/issues
Depends: R (>= 3.5)
Imports: utils, kanjistat
Suggests: testthat (>= 3.0.0)
License: CC BY-SA 4.0
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)