/usr/lib/R/site-library/deSolve/DESCRIPTION is in r-cran-desolve 1.14-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | Package: deSolve
Version: 1.14
Title: Solvers for Initial Value Problems of Differential Equations
(ODE, DAE, DDE)
Authors@R: c(person("Karline","Soetaert", role = c("aut"),
email = "karline.soetaert@nioz.nl"),
person("Thomas","Petzoldt", role = c("aut", "cre"),
email = "thomas.petzoldt@tu-dresden.de"),
person("R. Woodrow","Setzer", role = c("aut"),
email = "setzer.woodrow@epa.gov"),
person("odepack authors", role = "cph"))
Author: Karline Soetaert [aut],
Thomas Petzoldt [aut, cre],
R. Woodrow Setzer [aut],
odepack authors [cph]
Maintainer: Thomas Petzoldt <thomas.petzoldt@tu-dresden.de>
Depends: R (>= 2.15.0)
Imports: methods, graphics, grDevices, stats
Suggests: scatterplot3d
Description: Functions that solve initial value problems of a system
of first-order ordinary differential equations (ODE), of
partial differential equations (PDE), of differential
algebraic equations (DAE), and of delay differential
equations. The functions provide an interface to the FORTRAN
functions lsoda, lsodar, lsode, lsodes of the ODEPACK
collection, to the FORTRAN functions dvode and daspk and a
C-implementation of solvers of the Runge-Kutta family with
fixed or variable time steps. The package contains routines
designed for solving ODEs resulting from 1-D, 2-D and 3-D
partial differential equations (PDE) that have been converted
to ODEs by numerical differencing.
License: GPL (>= 2)
URL: http://desolve.r-forge.r-project.org/
LazyData: yes
NeedsCompilation: yes
Packaged: 2016-09-05 10:53:48 UTC; thpe
Repository: CRAN
Date/Publication: 2016-09-05 15:54:49
Built: R 3.3.2; x86_64-pc-linux-gnu; 'Sun, 13 Nov 2016 18:48:44 +0100'; unix
|