-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.27 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
Package: klippy
Title: Copy to Clipboard Buttons for R Markdown HTML Documents
Version: 0.0.0.9500
Authors@R: c(
person("Romain", "Lesur", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0721-5595")),
person("Zeno", "Rocha", email = "[email protected]", role = c("cph"),
comment = "clipboard.js library"),
person(family = "GitHub, Inc.", role = "cph",
comment = "Primer Tooltips library & Octicons library")
)
Maintainer: Romain Lesur <[email protected]>
Description: Insert copy to clipboard buttons in HTML documents generated
with 'rmarkdown'. This package is suited for a call in a 'knitr' chunk.
Buttons events are rendered using 'clipboard.js' library and 'Bootstrap.js'
Tooltip plugin.
Depends: R (>= 2.14.1)
Imports:
assertthat (>= 0.2.0),
grDevices,
htmltools (>= 0.3.5),
stringi(>= 0.5-2)
Suggests:
knitr (>= 1.16),
prettydoc (>= 0.2.0),
rmarkdown (>= 0.9.6)
License: MIT + file LICENSE
URL: https://rlesur.github.io/klippy, https://github.com/RLesur/klippy
BugReports: https://github.com/RLesur/klippy/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
Collate:
'html_dependencies.R'
'klippy.R'
Roxygen: list(markdown = TRUE)