-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 961 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
Package: wordcards
Title: Create Word or Syllable Cards from Text
Version: 0.0.0.9000
Authors@R: c(
person("Hauke", "Sonnenberg", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9134-2871"))
)
Description: This package provides functions to analyse the frequency of
words or syllables in a given text. It provides a function to create a
PDF file with all words or syllables printed on cards, together with
their frequencies. The idea is to use these cards to help children
learn to read.
License: MIT + file LICENSE
URL: https://github.com/hsonne/wordcards
BugReports: https://github.com/hsonne/wordcards/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Suggests:
covr,
DT,
knitr,
rmarkdown
Imports:
kwb.plot,
kwb.utils,
magrittr,
rvest,
yaml
Remotes:
github::KWB-R/kwb.plot,
github::KWB-R/kwb.utils
VignetteBuilder: knitr