The mixpack package is a pack of functions to deal with mixtures and to combine the components of a mixture using different approaches
mixpack is available in a very earlier version in rcran. It can be installed directly with
install.packages('mixpack')
The newest version can be installed with
# install.packages("devtools")
devtools::install_github('mcomas/mixpack')