-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
21 lines (21 loc) · 894 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: flipdownr
Type: Package
Title: Implement a Countdown in 'RMarkdown' Documents and 'shiny' Applications
Version: 0.1.1
Authors@R: c(
person("Mohamed El Fodil", "Ihaddaden", email = "[email protected]", role = c("aut", "cre")),
person("Butcher", "Peter", role = c("ctb", "cph"), comment = "flipdown.js library developer"))
Maintainer: Mohamed El Fodil Ihaddaden <[email protected]>
Description: Allows the user to create a countdown in 'RMarkdown' documents and 'shiny' applications.
The package is a wrapper of the 'JavaScript' library 'flipdown.js'. See <https://pbutcher.uk/flipdown/> for more info.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
htmltools,
glue,
jsonlite,
checkmate
URL: https://github.com/feddelegrand7/flipdownr
BugReports: https://github.com/feddelegrand7/flipdownr/issues