File: RInside-package.Rd

package info (click to toggle)
r-cran-rinside 0.2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: cpp: 3,310; ansic: 117; xml: 57; ruby: 34; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
\name{RInside-package}
\alias{RInside-package}
\alias{RInside}
\docType{package}
\title{Embedding R in C++ applications}
\description{The \pkg{RInside} package makes it easier to embed R
  in your C++ applications. There is no code you would execute directly
  from the \code{R} environment. Rather, you write \code{C++} programs
  that embed \code{R} which is illustrated by some the included examples.
}
\author{Dirk Eddelbuettel and Romain Francois}
\keyword{programming}
\keyword{interface}