Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 705 Bytes

index.md

File metadata and controls

26 lines (18 loc) · 705 Bytes

Build Status CRAN status

Include tooltips in Rmarkdown documents and Shiny applications.

⚠️ The API is in flux, the dev version is likely to change a lot and break things.

Install

CRAN release.

install.packages("tippy") 

Development version from GitHub.

# install.packages("remotes")
remotes::install_github("JohnCoene/tippy")
remotes::install_bitbucket("JohnCoene/tippy")