README.md

minipkg2

R-CMD-check

The goal of minipkg2 is to show what time it is.

Installation

You can install the development version of minipkg2 like so:

# install.packages("devtools")
devtools::install_github("maelle/minipkg2")

Example

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!"


maelle/minipkg2 documentation built on July 1, 2022, 2:32 p.m.