-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 932 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
Package: tactileR
Type: Package
Title: Converting R Graphics into a Braille Ready-to-Print PDF
Version: 0.1.0
Author: JooYoung Seo [aut, cre], Tsan-Kuang Lee [ctb]
Maintainer: JooYoung Seo <[email protected]>
Authors@R: c(person("JooYoung", "Seo", role=c("aut", "cre"), email="[email protected]"),
person("Tsan-Kuang", "Lee", role = "ctb", email = "[email protected]"))
Description: Supporting for blind or visually impaired R users who have an access to Swell Form Machine or braille embosser to print R graphics in a tactile form with Braille font embedded.
Repository: Github
License: GPL-3
Imports:
showtext,
sysfonts,
magrittr,
graphics,
grDevices
Suggests:
testthat,
knitr,
rmarkdown,
webshot,
covr
VignetteBuilder: knitr
URL: https://github.com/jooyoungseo/tactileR
BugReports: https://github.com/jooyoungseo/tactileR/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0.9000