-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 726 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: anicon
Type: Package
Title: Animated icons for R Markdown and Shiny
Version: 0.1.0
Authors@R: c(
person("Emi", "Tanaka", email = "dr.emi.tanaka@gmail.com", role = c("aut", "cre")) )
Description: This package allows easy insertion of animated icons into R Markdown html outputs.
Depends:
R (>= 3.1.3)
Imports:
icon,
rmarkdown (>= 1.6.0),
knitr,
htmltools
Remotes:
emitanaka/icon
URL: https://github.com/emitanaka/anicon, https://emitanaka.github.io/anicon/
BugReports: https://github.com/emitanaka/anicon/issues
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
Roxygen: list(markdown = TRUE, roclets=c('rd', 'collate', 'namespace'))