/usr/lib/R/site-library/deSolve/DESCRIPTION is in r-cran-desolve 1.20-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.20
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', 'zvode' 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: 2017-07-13 20:03:15 UTC; user
Repository: CRAN
Date/Publication: 2017-07-14 16:34:05 UTC
Built: R 3.4.2; x86_64-pc-linux-gnu; 'Fri, 08 Sep 2017 16:49:20 +0200'; unix
|