ibelief

The R package ibelief aims to provide some basic functions to implement belief function theory.

Installation

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")

Change information

For the stable version on CRAN

see the NEWS-CRAN file

For the latest beta version on GitHub

see the NEWS-BETA file