Archived
1
0
Fork 0

gnu: r-desolve: Update description.

* gnu/packages/cran.scm (r-desolve)[description]: Use texinfo syntax.
This commit is contained in:
Ricardo Wurmus 2019-12-13 13:26:01 +01:00
parent c45fdf90a9
commit ba4fcea499
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15940,16 +15940,17 @@ programming problems.")
`(("gfortran" ,gfortran))) `(("gfortran" ,gfortran)))
(home-page "https://desolve.r-forge.r-project.org/") (home-page "https://desolve.r-forge.r-project.org/")
(synopsis "Solvers for initial value problems of differential equations") (synopsis "Solvers for initial value problems of differential equations")
(description "This package provides functions that solve initial (description "This package provides functions that solve initial value
value problems of a system of first-order ordinary differential equations (ODE), problems of a system of first-order @dfn{ordinary differential
of partial differential equations (PDE), of differential algebraic equations equations} (ODE), of @dfn{partial differential equations} (PDE), of
(DAE), and of delay differential equations. The functions provide an interface @dfn{differential algebraic equations} (DAE), and of delay differential
to the FORTRAN functions lsoda, lsodar, lsode, lsodes of the ODEPACK collection, equations. The functions provide an interface to the FORTRAN functions
to the FORTRAN functions dvode and daspk and a C-implementation of solvers of @code{lsoda}, @code{lsodar}, @code{lsode}, @code{lsodes} of the ODEPACK
the Runge-Kutta family with fixed or variable time steps. The package contains collection, to the FORTRAN functions @code{dvode} and @code{daspk} and a
routines designed for solving ODEs resulting from 1-D, 2-D and 3-D partial C-implementation of solvers of the Runge-Kutta family with fixed or variable
differential equations (PDE) that have been converted to ODEs by numerical time steps. The package contains routines designed for solving ODEs resulting
differencing.") from 1-D, 2-D and 3-D partial differential equations that have been converted
to ODEs by numerical differencing.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public r-pracma (define-public r-pracma