README.md

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


rommelnc/runbbayes documentation built on May 27, 2019, 1:49 p.m.