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
@@ -82,7 +83,7 @@ This refers to the underlying numerical implementation used by the package. This
82
83
83
84
#### Algorithms
84
85
85
-
This is the list of available numerical methods (e.g., LSODA, Runge–Kutta, Radau).
86
+
This is the list of available numerical methods as documented by the package.
86
87
87
88
#### Model format
88
89
@@ -193,11 +194,11 @@ plot(out)
193
194
194
195
## Author's notes
195
196
196
-
The goal of this review was to provide **a maximally complete and objective overview** of tools for solving ODEs in R. The packages included in this survey differ significantly in their purpose and functionality: from simple numerical solvers to full-featured frameworks and specialized domain-specific tools. They are presented here on equal footing, without going into detailed feature comparisons.
197
+
The goal of this review was to provide **a maximally complete and objective overview** of tools for solving ODEs in R. The packages included in this survey differ significantly in their purpose and functionality: from simple numerical solvers to full-featured frameworks and specialized domain-specific tools.
197
198
198
199
Many aspects - such as computational performance, numerical accuracy, and advanced functionality - are intentionally not covered in this article.
199
200
200
-
The table includes popularity metrics as download counts. However, these numbers do not reflect the actual capabilities of the packages. Downloads may include one-time installations for educational purposes, CI/CD workflows, or usage for non-ODE problems. Therefore, they should not be considered a deciding factor when choosing a tool, but rather as a rough indicator of visibility within the community.
201
+
The table includes popularity metrics as download counts. However, these numbers do not reflect the actual capabilities of the packages. Downloads may include one-time installations for educational purposes, CI/CD workflows, or usage of a package for non-ODE problems. Therefore, they should not be considered a deciding factor when choosing a tool, but rather as a rough indicator of visibility within the community.
201
202
202
203
Below is a subjective selection of packages that I would recommend paying attention to.
0 commit comments