CRAN

nloptwrap 0.5-7

Wraps solvers in Package nloptr

Released Jan 15, 2014 by Hans W. Borchers

This package can be loaded by Renjin but 16 out 18 tests failed.

Dependencies

nloptr 0.9.6

Wraps solver functions in 'nloptr' for easier access and use.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>nloptwrap</artifactId>
    <version>0.5-7-b25</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:nloptwrap')

Test Results

This package was last tested against Renjin 0.8.2500 on Oct 27, 2017.

Source

R

View GitHub Mirror

Release History