File: dynlib.Rd

package info (click to toggle)
r-cran-tmb 1.9.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,344 kB
  • sloc: cpp: 52,049; ansic: 382; makefile: 11
file content (19 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/TMB.R
\name{dynlib}
\alias{dynlib}
\title{Add dynlib extension}
\usage{
dynlib(name)
}
\arguments{
\item{name}{Library name without extension}
}
\value{
Character
}
\description{
Add the platform dependent dynlib extension. In order for examples
to work across platforms DLLs should be loaded by
\code{dyn.load(dynlib("name"))}.
}