-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4bb05b0
commit ff34617
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Version: 1.1.2 | ||
Date: 2022-12-24 06:03:18 UTC | ||
SHA: 017838eac83e7436bbfae80905e1ecae5f5e8546 | ||
Version: 1.1.3 | ||
Date: 2022-12-24 06:05:19 UTC | ||
SHA: 4bb05b0a4dd334ff96db8db1a4fbf5b8f61a3db7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: diffeqr | ||
Type: Package | ||
Title: Solving Differential Equations (ODEs, SDEs, DDEs, DAEs) | ||
Version: 1.1.2 | ||
Version: 1.1.3 | ||
Authors@R: person("Christopher", "Rackauckas", email = "[email protected]", role = c("aut", "cre", "cph")) | ||
Description: An interface to 'DifferentialEquations.jl' <https://diffeq.sciml.ai/dev/> from the R programming language. | ||
It has unique high performance methods for solving ordinary differential equations (ODE), stochastic differential equations (SDE), | ||
|