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.
The goal of flipdownWidgets is to include a countdown widget https://github.com/PButcher/flipdown in all R contexts with the convenience of ‘htmlwidgets’.
You can install the released version of flipdownWidgets from CRAN with:
install.packages("flipdownWidgets")
And the development version from GitHub with:
# install.packages("devtools")
::install_github("fanggong/flipdownWidgets") devtools
This is a basic example which shows you how to use flipdownWidgets:
library(flipdownWidgets)
flipdownWidgets(
Sys.time() + 60*60*24*100, theme = "dark",
headings = c("dats", "hours", "minutes", "seconds")
)
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.