File: control

package info (click to toggle)
r-cran-optimx 2024-12.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,736 kB
  • sloc: sh: 21; makefile: 5
file content (33 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download
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
Source: r-cran-optimx
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-optimx
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-optimx.git
Homepage: https://cran.r-project.org/package=optimx
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-numderiv,
               r-cran-nloptr,
               r-cran-pracma
Testsuite: autopkgtest-pkg-r

Package: r-cran-optimx
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R expanded replacement and extension of the 'optim' function
 Provides a replacement and extension of the optim() function to call to
 several function minimization codes in R in a single statement. These
 methods handle smooth, possibly box constrained functions of several or
 many parameters. Note that function 'optimr()' was prepared to simplify
 the incorporation of minimization codes going forward. Also implements
 some utility codes and some extra solvers, including safeguarded Newton
 methods. Many methods previously separate are now included here. This is
 the version for CRAN.