More Complete API
This is the RNetica implemenation for Peanut 0.8-3.
To start a session
sess <- RNetica::NeticaSession(LicenseKey="XXX")
RNetica::startSession(sess)
nethouse <- PNetica::BNWarehouse(manifest,session=sess).
At this point, all other calls can be make through Peanut generic functions.
Note: Manual is still very incomplete, see Peanut for descriptions of the generic functions for most methods.