This file lists changes in the R package for each release.
DESCRIPTION.shrinkvars()igraph::set.vertex.attribute() replaced byigraph::set_vertex_attr()the main code ofbeam() is now written inC++
newD argument forbeam() to specifythe shrinkage target of the linear shrinkage estimator
new functionlightbeam() that is a wrapper forbeam() andbeam.select(). It is faster andoutputs a lighter object (sparse matrix).
new methodspostExpSigma andpostExpOmega forbeam-class objects thatprovide the posterior expectation of covariance and inverse-covariancematrices, respectively. These methods also allow the shrinkageestimation of the variances (or not).
Dependency on Rcpp has been added
date and description have been added in`DESCRIPTION
aNEWS file has been added
paper citations have been updated