File: control

package info (click to toggle)
r-cran-nloptr 1.2.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,124 kB
  • sloc: ansic: 22,296; sh: 11,469; cpp: 3,233; makefile: 181; fortran: 108; python: 26
file content (21 lines) | stat: -rw-r--r-- 933 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
Source: r-cran-nloptr
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 10), r-base-dev (>= 4.0.2), dh-r, libnlopt-dev, pkg-config
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/edd/r-cran-nloptr
Vcs-Git: https://salsa.debian.org/edd/r-cran-nloptr.git
Homepage: https://cran.r-project.org/package=nloptr

Package: r-cran-nloptr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}
Description: GNU R package for interface to NLopt
 The nloptr package provides an R interface to NLopt. NLopt is a
 free/open-source library for nonlinear optimization, providing a
 common interface for a number of different free optimization routines
 available online as well as original implementations of various other
 algorithms.  See
 http://ab-initio.mit.edu/wiki/index.php/NLopt_Introduction for more
 information on the available algorithms.