mhunter1 / dynr

Dynamic Modeling in R
5 stars 6 forks source link

Don't comment out examples; wrap in donttest #264

Closed mhunter1 closed 3 years ago

mhunter1 commented 3 years ago

Some code lines in examples are commented out in coef.dynrCook.Rd confint.dynrCook.Rd diag-character-method.Rd dynr.cook.Rd dynr.taste2.Rd LinearOsc.Rd logLik.dynrCook.Rd nobs.dynrCook.Rd nobs.dynrModel.Rd plot.dynrCook.Rd substituteFormula.Rd Please never do that. Ideally find toy examples that can be regularly executed and checked. Lengthy examples (> 5 sec), can be wrapped in \donttest.