CRAN

dlib 1.0.3

Allow Access to the 'Dlib' C++ Library

Released May 7, 2018 by Jan Wijffels

This package is available for Renjin and there are no known compatibility issues.

Dependencies

Rcpp

Interface for 'Rcpp' users to 'dlib' which is a 'C++' toolkit containing machine learning algorithms and computer vision tools. It is used in a wide range of domains including robotics, embedded devices, mobile phones, and large high performance computing environments. This package allows R users to use 'dlib' through 'Rcpp'.

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>dlib</artifactId>
    <version>1.0.3-b1</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:dlib')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 1, 2018.

Source

R
C
C++

View GitHub Mirror

Release History