|
8 | 8 | the \code{.Call} interface provided by \R. |
9 | 9 | } |
10 | 10 | \section{Introduction}{ |
11 | | - \pkg{Rcpp} provides C++ classes to facilitate manipulation of a large |
12 | | - number of R data structures : vectors, functions, environments, ... |
13 | | - |
| 11 | + \pkg{Rcpp} provides C++ classes to facilitate manipulation of a large |
| 12 | + number of R data structures : vectors, functions, environments, ... |
| 13 | + |
14 | 14 | The \dQuote{Rcpp-introduction} vignette gives an introduction on the package |
15 | 15 | } |
16 | 16 | \section{Usage for package building}{ |
|
20 | 20 | \references{ |
21 | 21 | Dirk Eddelbuettel and Romain Francois (2011). \pkg{Rcpp}: Seamless R |
22 | 22 | and C++ Integration. \emph{Journal of Statistical Software}, |
23 | | - \bold{40(8)}, 1-18. URL \url{http://www.jstatsoft.org/v40/i08/} and |
| 23 | + \bold{40(8)}, 1-18. URL \url{https://www.jstatsoft.org/v40/i08/} and |
24 | 24 | available as \code{vignette("Rcpp-introduction")}. |
25 | 25 |
|
26 | 26 | Eddelbuettel, Dirk (2013) Seamless R and C++ Integration with |
|
29 | 29 | \section{History}{ |
30 | 30 | The initial versions of Rcpp were written by Dominick Samperi during 2005 and |
31 | 31 | 2006. |
32 | | - |
33 | | - Dirk Eddelbuettel made some additions, and became maintainer in 2008. |
34 | | - |
| 32 | + |
| 33 | + Dirk Eddelbuettel made some additions, and became maintainer in 2008. |
| 34 | + |
35 | 35 | Dirk Eddelbuettel and Romain Francois have been extending Rcpp since 2009. |
36 | 36 | } |
37 | 37 | \seealso{ |
38 | 38 | Development for \pkg{Rcpp} can be followed via the GitHub repository |
39 | | - at \url{http://github.com/RcppCore/Rcpp}. |
| 39 | + at \url{https://github.com/RcppCore/Rcpp}. |
40 | 40 |
|
41 | 41 | Extensive examples with full documentation are available at |
42 | | - \url{http://gallery.rcpp.org}. |
| 42 | + \url{https://gallery.rcpp.org}. |
43 | 43 | } |
44 | 44 | \examples{ |
45 | | -\dontrun{ |
| 45 | +\dontrun{ |
46 | 46 | # introduction to Rcpp |
47 | | -vignette("Rcpp-introduction") |
| 47 | +vignette("Rcpp-introduction") |
48 | 48 |
|
49 | 49 | # information on how to build a package that uses Rcpp |
50 | | -vignette("Rcpp-package") |
| 50 | +vignette("Rcpp-package") |
51 | 51 | } |
52 | 52 | } |
53 | 53 | \keyword{programming} |
|
0 commit comments