Releases: nutterb/HydeNet
Releases · nutterb/HydeNet
Stinky Elephants
Choose Wisely
0.10.0 (11 Oct 2015)
- Implements the
factorLevels
element in network objects
and arguments insetNode
. See Issue #81 - Changes to
plot.HydeNetwork
relevant to changes in
DiagrammeR
0.8.0. Note that the column names in custom node
data frames no longer containnode_id
but usenodes
instead. However, theHydeNet
function arguments have no
changed names, in order to maintain compatibility with 0.9.0.
Future versions may allow for eithernode_id
ornodes
to
be used. In custom edge data frames,edge_from
andedge_to
are changed tofrom
andto
, respectively.
0.9.3 (24 Sept 2015)
- Minor bug fix related to creating policy matrices with nodes that
don't have a 'nodeFitter' specified.
0.9.2 (11 Sept 2015)
- Fixed a bug in
compileJagsModel
andcompileDecisionModel
that preventedcpt
objects from being passed to JAGS models correctly. - Added
nodeData
argument tosetNode
. - Added unit tests.
0.9.1 (6 July 2015)
- Conversion of argument checks to using the
ArgumentCheck
package - Connections are closed in
compileDecisionModel
. This allows decision networks to be
compiled for absurdly large policy matrices (> 1000 policies)
Indecision
Initial CRAN release.