The R package ibelief aims to provide some basic functions to implement belief function theory.
You can install the stable version on CRAN:
install.packages("ibelief", dependencies = TRUE)
Also you can download the newest source folder of the package from GitHub, and build the package yourselves:
git clone https://github.com/kuangzhou/ibelief.git
R CMD build ibelief
Then you can install the package using R CMD INSTALL command
R CMD INSTALL ibelief_*.tar.gz
or install the package from source in R:
install.packages("~/ibelief_*.tar.gz", repos = NULL, type = "source")
see the NEWS-CRAN file
see the NEWS-BETA file