waveleT is a package which allows you to launch an interactive application, the Wavelets ToolKat, via a simple call to the function waveleT:
waveleT()
You can test this application online, here: https://analytics.huma-num.fr/Lise.Vaudor/waveleT
For now there is no stable version of this package on CRAN. If you want to install the dev version, make sure you have a very recent version of R (>3.2.2) and run:
if(!require(devtools)){install.packages("devtools")}
devtools::install_github("lvaudor/waveleT")
library(waveleT)
waveleT()