[go: up one dir, main page]

File: RcppLdFlags.Rd

package info (click to toggle)
rcpp 0.11.3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,948 kB
  • ctags: 16,427
  • sloc: ansic: 42,692; cpp: 34,078; makefile: 32; sh: 21
file content (26 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
\name{LdFlags}
\alias{LdFlags}
\alias{RcppLdFlags}
\title{(Deprecated) Rcpp Linker Flags}
\description{
  In previous versions of Rcpp, \code{LdFlags} and \code{RcppLdFlags}  
  were used to return the required flags and options for the system linker to 
  link to the Rcpp user library. Since we no longer build or ship a 
  user library, these functions now return an empty string.
}
\usage{
LdFlags()
RcppLdFlags()
}
\value{
  An empty string.
}
\references{
  Dirk Eddelbuettel and Romain Francois (2011). \pkg{Rcpp}: Seamless R
  and C++ Integration. \emph{Journal of Statistical Software},
  \bold{40(8)}, 1-18. URL http://www.jstatsoft.org/v40/i08/ and
  available as \code{vignette("Rcpp-introduction")}.
}
\author{Dirk Eddelbuettel and Romain Francois}
\keyword{programming}
\keyword{interface}