Provides R implementation for Tsallis q-distributions including q-exponential, q-Weibull and q-Gaussian (partial).
You can install tsallisDistr with following commands (you'll need to have devtools
installed):
library(devtools)
install_github("atamazian/tsallisDistr")