The goal of minipkg2 is to show what time it is.
You can install the development version of minipkg2 like so:
# install.packages("devtools")
devtools::install_github("maelle/minipkg2")
This is a basic example which shows you how to solve a common problem:
library(minipkg2)
what_time()
#> [1] "Aw! Il est maintenant 14:05!"
what_time("en")
#> [1] "Yeah! It is 14:05 now!"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.