Skip to content

Commit 3a1f09e

Browse files
fixes for CRAN submission
1 parent 3b3fbbe commit 3a1f09e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ Type: Package
33
Title: Solving Differential Equations (ODEs, SDEs, DDEs, DAEs)
44
Version: 0.1.1
55
Authors@R: person("Christopher", "Rackauckas", email = "[email protected]", role = c("aut", "cre"))
6-
Description: An interface to 'DifferentialEquations.jl' from the R programming language.
6+
Description: An interface to 'DifferentialEquations.jl' <http://docs.juliadiffeq.org/latest/> from the R programming language.
77
It has unique high performance methods for solving ordinary differential equations (ODE), stochastic differential equations (SDE),
88
delay differential equations (DDE), differential-algebraic equations (DAE), and more. Much of the functionality,
99
including features like adaptive time stepping in SDEs, are unique and allow for multiple orders of magnitude speedup over more common methods.
1010
'diffeqr' attaches an R interface onto the package, allowing seamless use of this tooling by R users.
1111
Depends: R (>= 3.4.0)
1212
Encoding: UTF-8
1313
License: MIT + file LICENSE
14+
URL: https://github.com/JuliaDiffEq/diffeqr
1415
LazyData: true
1516
SystemRequirements: Julia (>= 0.6.0), DifferentialEquations.jl
1617
Imports:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ please feel free to chat in the [Gitter channel](https://gitter.im/JuliaDiffEq/L
1515

1616
## Installation
1717

18-
[diffeqr is registered into CRAN](https://cran.r-project.org/web/packages/diffeqr/index.html). Thus to use add the package, use:
18+
[diffeqr is registered into CRAN](https://CRAN.R-project.org/package=diffeqr). Thus to use add the package, use:
1919

2020
```R
2121
install.packages("diffeqr")

0 commit comments

Comments
 (0)