Skip to content

Working branch for a Quarto port of the ⏲ countdown timer for R Markdown slides and HTML docs

Notifications You must be signed in to change notification settings

coatless-quarto/countdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest 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 CRAN

install.packages("countdown")

or you can install the development version of countdown from gadenbuie.r-universe.dev

options(repos = c(
  gadenbuie = 'https://gadenbuie.r-universe.dev',
  getOption("repos")
))

install.packages('countdown')

or from GitHub

# install.packages("remotes")
remotes::install_github("gadenbuie/countdown", subdir = "r")

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

Working branch for a Quarto port of the ⏲ countdown timer for R Markdown slides and HTML docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • JavaScript 40.1%
  • R 34.9%
  • CSS 13.2%
  • Lua 9.6%
  • Makefile 2.2%