furrer-lab / abn

Bayesian network analysis in R
https://r-bayesian-networks.org/
GNU General Public License v3.0
1 stars 0 forks source link

reset user options also in the examples #40

Closed matteodelucchi closed 2 months ago

matteodelucchi commented 2 months ago

Please also reset the par() after you changed it in examples, namely in man/fitAbn.Rd. e.g.: oldpar <- par(mfrow = c(1,2)) ... par(oldpar)

Please fix and resubmit.