This is a single function package that focuses on the estimation of coefficient of variation (CV) from samples.
You can install the package directly from Github by typing the following codes:
if(!require(devtools)){
install.packages("devtools")
require(devtools)
}
install_github("guochunshen/cv")
once installed, you can use the cv function and its help file via ?cv.