You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation improvements: Fix typos, bugs, and inconsistencies
- Fix typo: "Google Collab" → "Google Colab"
- Fix typo: "tolernace" → "tolerance"
- Fix critical bug in DDE example: constant_lags was incorrectly assigned tspan value
- Fix tspan inconsistencies: Changed list() to c() in vignettes (ode.Rmd, sde.Rmd)
- Standardize pipe operators: Updated %>% to |> (native R 4.1+ pipe) in dae.Rmd and dde.Rmd
- Add missing interpolation code example in ode.Rmd (sol$.(0.2))
These changes improve documentation accuracy and consistency across README and vignettes.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments