The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
countdown makes it easy to drop in a simple countdown timer in slides and HTML documents written in R Markdown.
library(countdown)
countdown(minutes = 0, seconds = 15)
Check out countdown in its native environment in the countdown presentation.
You can install countdown from GitHub with:
# install.packages("devtools")
::install_github("gadenbuie/countdown") devtools
countdown ships with a Shiny app for an interactive full-screen countdown timer!
To launch the app, run
countdown_app()
or use the version hosted online at apps.garrickadenbuie.com/countdown.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.