Skip to content

It provides integration to UnBBayes probabilistic framework using rJava

Notifications You must be signed in to change notification settings

rommelnc/runbbayes

Repository files navigation

runbbayes

It provides integration to UnBBayes probabilistic framework using rJava.

How to Install

In order to install runbbayes run the following code

library(devtools)
install_github('rommelnc/runbbayes')

If you get the following error message

Downloading github repo rommelnc/runbbayes@master
Error in curl::curl_fetch_memory(url, handle = handle) : 
  Peer certificate cannot be authenticated with given CA certificates

Try running the code

library(httr)
set_config( config( ssl_verifypeer = 0L ) )

Then try installing runnbayes again

install_github('rommelnc/runbbayes')

About

It provides integration to UnBBayes probabilistic framework using rJava

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages