inlineCxxPlugin: Rcpp plugin for dlib

Description Usage Value Examples

View source: R/pkg.R

Description

Rcpp plugin for dlib

Usage

1

Value

a list

Examples

1
2
3
4
library(Rcpp)
library(inline)
library(dlib)
getPlugin("dlib")

Example output

Attaching package: 'inline'

The following object is masked from 'package:Rcpp':

    registerPlugin

$env
$env$PKG_LIBS
[1] ""


$includes
[1] "\n#include <Rcpp.h>\n// [[Rcpp::depends(dlib)]]\n// [[Rcpp::plugins(cpp11)]]\n\n\n#ifndef BEGIN_RCPP\n#define BEGIN_RCPP\n#endif\n\n#ifndef END_RCPP\n#define END_RCPP\n#endif\n\nusing namespace Rcpp;\n"

$LinkingTo
[1] "Rcpp" "dlib"

$Depends
[1] "Rcpp"

dlib documentation built on Oct. 23, 2020, 6:41 p.m.