The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.