Other packages > Find by keyword >

nloptr  

R Interface to NLopt
View on CRAN: Click here


Download and install nloptr package within the R console
Install from CRAN:
install.packages("nloptr")

Install from Github:
library("remotes")
install_github("cran/nloptr")

Install by package version:
library("remotes")
install_version("nloptr", "2.1.1")



Attach the package and use:
library("nloptr")
Maintained by
Aymeric Stamm
[Scholar Profile | Author Map]
First Published: 2011-06-22
Latest Update: 2022-05-26
Description:
Solve optimization problems using 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 for more information on the available algorithms. Building from included sources requires 'CMake'. On Linux and 'macOS', if a suitable system build of NLopt (2.7.0 or later) is found, it is used; otherwise, it is built from included sources via 'CMake'. On Windows, NLopt is obtained through 'rwinlib' for 'R <= 4.1.x' or grabbed from the 'Rtools42 toolchain' for 'R >= 4.2.0'.
How to cite:
Aymeric Stamm (2011). nloptr: R Interface to NLopt. R package version 2.1.1, https://cran.r-project.org/web/packages/nloptr. Accessed 11 Apr. 2025.
Previous versions and publish date:
0.8.2 (2011-06-22 18:32), 0.8.3 (2011-07-29 08:32), 0.8.4 (2011-08-13 14:30), 0.8.5 (2011-09-05 21:37), 0.8.6 (2011-10-24 08:17), 0.8.7 (2011-10-27 09:22), 0.8.8 (2011-11-02 18:26), 0.8.9 (2011-11-23 11:38), 0.9.1 (2013-04-29 10:05), 0.9.3 (2013-07-31 21:12), 0.9.5 (2013-11-13 08:54), 0.9.6 (2013-11-19 17:08), 1.0.0 (2014-02-16 20:42), 1.0.4 (2017-08-22 13:02), 1.2.0 (2018-09-30 17:00), 1.2.1 (2018-10-03 10:01), 1.2.2.1 (2020-03-11 17:31), 1.2.2.2 (2020-07-02 19:32), 1.2.2.3 (2021-11-02 20:53), 1.2.2 (2020-02-29 23:20), 2.0.0 (2022-01-26 19:42), 2.0.1 (2022-05-03 15:00), 2.0.2 (2022-05-19 12:20), 2.0.3 (2022-05-26 17:40), 2.1.0 (2024-06-19 17:30), 2.1.1 (2024-06-25 12:00), 2.2.0 (2025-03-12 08:50)
Other packages that cited nloptr R package
View nloptr citation profile
Other R packages that nloptr depends, imports, suggests or enhances
Complete documentation for nloptr
Downloads during the last 30 days
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/10Downloads for nloptr80001000012000140001600018000200002200024000260002800030000TrendBars

Today's Hot Picks in Authors and Packages

GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  
Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA