File: inline-package.Rd

package info (click to toggle)
r-cran-inline 0.3.6-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 148 kB
  • sloc: makefile: 1
file content (32 lines) | stat: -rw-r--r-- 716 bytes parent folder | download
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
27
28
29
30
31
32
\name{inline-package}
\alias{inline-package}
\alias{inline}
\docType{package}
\title{
Inline C, C++, Fortran function calls from R
}
\description{
Functionality to dynamically define R functions and S4 methods with in-lined C, 
C++ or Fortran code supporting \code{\link{.C}} and \code{\link{.Call}}
calling conventions.
}
\details{
\tabular{ll}{
Package: \tab inline\cr
Type: \tab Package\cr
Version: \tab 0.3.5\cr
Date: \tab 2010-06-02\cr
License: \tab LGPL\cr
LazyLoad: \tab yes\cr
}
}
\seealso{
	\code{\link{cfunction}}, \code{\link{cxxfunction}}	
}
\author{
Oleg Sklyar, Duncan Murdoch, Mike Smith, Dirk Eddelbuettel, Romain Francois

Maintainer: Oleg Sklyar <oleg.sklyar@googlemail.com>
}
\keyword{ package }