18 lines
221 B
Plaintext
18 lines
221 B
Plaintext
|
\name{rcpp_hello_world}
|
||
|
\alias{rcpp_hello_world}
|
||
|
\docType{package}
|
||
|
\title{
|
||
|
Simple function using Rcpp
|
||
|
}
|
||
|
\description{
|
||
|
Simple function using Rcpp
|
||
|
}
|
||
|
\usage{
|
||
|
rcpp_hello_world()
|
||
|
}
|
||
|
\examples{
|
||
|
\dontrun{
|
||
|
rcpp_hello_world()
|
||
|
}
|
||
|
}
|