-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
35 lines (35 loc) · 1.09 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
Package: slickR
Title: Create Interactive Carousels with the 'JavaScript'
'Slick' Library
Version: 0.6.1
Date: 2023-08-02
Authors@R: person(given = "Jonathan", family = "Sidi",
role = c("aut", "cre"), email =
"yonicd@gmail.com")
Description: Create and customize interactive carousels
using the 'Slick' 'JavaScript' library and the
'htmlwidgets' package. The carousels can contain
plots produced in R, images, 'iframes', videos and
other 'htmlwidgets'. These carousels can be created
directly from the R console, and viewed in the 'RStudio'
internal viewer, in 'Shiny' apps and R Markdown documents.
License: MIT + file LICENSE
URL: https://github.com/yonicd/slickR
BugReports: https://github.com/yonicd/slickR/issues
Depends: R (>= 3.6.0)
Imports: htmltools,utils,tools,lifecycle,stats,xml2,base64enc,htmlwidgets,checkmate
Suggests:
jsonlite,
knitr,
pdftools,
rmarkdown,
svglite,
leaflet,
testthat,
covr
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3