Skip to content

RHugin is a middleware making it possible to Create Bayesian Networks from the R Programming Language. RHugin is a middleware exposing the HUGIN API to any program written in R. RHugin was originally created by Kjell Konis (kjellpk) but is currently maintained by Hugin Expert.

Notifications You must be signed in to change notification settings

huginexpert/RHugin

Repository files navigation

RHugin

RHugin is a middleware built to enable R developers to use the HUGIN API from any R program.

Installation

Hugin Developer and Researcher

The newest version of RHugin is now on github instead of r-forge. To install the package run: devtools::install_github("huginexpert/rhugin")

The master branch should also work for other versions of Hugin.

Hugin Lite

To install the package run: devtools::install_github("huginexpert/rhugin@Hugin_lite")

Dependencies

Make sure to install to have installed devtools and rtools. devtools can be installed by running the command install.packages("devtools"). rtools is installed from this website link

It may be required to install the package Rgraphviz by running: install.packages("BiocManager") and BiocManager::install("Rgraphviz")

Not supported

The Hugin versions Education and Explorer can not be used with RHugin.

Who Maintains RHugin ?

RHugin is currently maintained by Hugin Expert. Please visit your website here.

Who Started developing RHugin ?

RHugin was initiated by Kjell Konis (kjellpk) at his GitHub.

How To Get Help?

For assistance with the RHugin package please contact support@hugin.com

About

RHugin is a middleware making it possible to Create Bayesian Networks from the R Programming Language. RHugin is a middleware exposing the HUGIN API to any program written in R. RHugin was originally created by Kjell Konis (kjellpk) but is currently maintained by Hugin Expert.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published