/usr/lib/R/site-library/DEoptimR/DESCRIPTION is in r-cran-deoptimr 1.0-8-1build1.
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 | Package: DEoptimR
Version: 1.0-8
Date: 2016-11-19
Title: Differential Evolution Optimization in Pure R
Authors@R: c(person("Eduardo L. T.", "Conceicao", role = c("aut", "cre"),
email = "mail@eduardoconceicao.org"),
person("Martin", "Maechler", role = "ctb",
email = "maechler@stat.math.ethz.ch")
)
Maintainer: Eduardo L. T. Conceicao <mail@eduardoconceicao.org>
Description: Differential Evolution (DE) stochastic algorithms for global
optimization of problems with and without constraints.
The aim is to curate a collection of its state-of-the-art variants that
(1) do not sacrifice simplicity of design,
(2) are essentially tuning-free, and
(3) can be efficiently implemented directly in the R language.
Currently, it only provides an implementation of the 'jDE' algorithm by
Brest et al. (2006) <doi:10.1109/TEVC.2006.872133>.
Imports: stats
Enhances: robustbase
License: GPL (>= 2)
ByteCompile: yes
Author: Eduardo L. T. Conceicao [aut, cre],
Martin Maechler [ctb]
Repository: CRAN
Repository/R-Forge/Project: robustbase
Repository/R-Forge/Revision: 746
Repository/R-Forge/DateTimeStamp: 2016-11-19 14:54:56
Date/Publication: 2016-11-19 18:16:34
NeedsCompilation: no
Packaged: 2016-11-19 15:06:00 UTC; rforge
Built: R 3.4.2; ; "Wed, 27 Sep 2017 09:08:54 +0000"; unix
|