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

Revise example codes #31

Closed matteodelucchi closed 2 months ago

matteodelucchi commented 2 months ago

Some code lines in examples are commented out. Please never do that. Ideally find toy examples that can be regularly executed and checked. Lengthy examples (> 5 sec), can be wrapped in \donttest{}. Examples in comments in: fitAbn.Rd mostProbable.Rd plotAbn.Rd

matteodelucchi commented 2 months ago

Closing with #14