Skip to content
/ countdown Public

❗ This is a read-only mirror of the CRAN R package repository. countdown — A Countdown Timer for HTML Presentations, Documents, and Web Apps. Homepage: https://pkg.garrickadenbuie.com/countdown/https://github.com/gadenbuie/countdown Report bugs for this package: https://github.com/gadenbuie/countdown/issues

License

Notifications You must be signed in to change notification settings

cran/countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

countdown

CRAN status countdown on r-universe/gadenbuie R-CMD-check

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)

Want to know more?

Check out countdown in its native environment in the countdown presentation.

Installation

You can install countdown from GitHub with:

# install.packages("devtools")
devtools::install_github("gadenbuie/countdown")

Shiny App

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.

About

❗ This is a read-only mirror of the CRAN R package repository. countdown — A Countdown Timer for HTML Presentations, Documents, and Web Apps. Homepage: https://pkg.garrickadenbuie.com/countdown/https://github.com/gadenbuie/countdown Report bugs for this package: https://github.com/gadenbuie/countdown/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published