Skip to content

Commit a192096

Browse files
committed
another tweak to README
1 parent 4ffc5d2 commit a192096

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Rcpp: Seamless R and C++ Integration
33

44
[![Build Status](https://travis-ci.org/RcppCore/Rcpp.png)](https://travis-ci.org/RcppCore/Rcpp)
55

6-
The Rcpp package provides R functions as well as a C++ library
6+
The [Rcpp package](http://cran.r-project.org/package=Rcpp) provides R functions as well as a C++ library
77
which facilitate the integration of R and C++
88

99
R data types (`SEXP`) are matched to C++ objects in a class hierarchy. All R
@@ -14,9 +14,10 @@ represented as instances of Rcpp::Environment, functions are represented as
1414
Rcpp::Function, etc ...
1515
The
1616
[Rcpp-introduction](http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-introduction.pdf)
17-
vignette (also published as [in JSS in 2011](http://www.jstatsoft.org/v40/i08/)) provides a good
18-
entry point to Rcpp, as does the [Rcpp website](http://www.rcpp.org) and the
19-
[Rcpp page](http://dirk.eddelbuettel.com/code/rcpp.html).
17+
vignette (also published as a [JSS paper](http://www.jstatsoft.org/v40/i08/)) provides a good
18+
entry point to Rcpp, as do the [Rcpp website](http://www.rcpp.org), the
19+
[Rcpp page](http://dirk.eddelbuettel.com/code/rcpp.html). Full documentation
20+
is provided by the [Rcpp book](http://www.rcpp.org/book/).
2021

2122
Conversion from C++ to R and back is driven by the templates `Rcpp::wrap`
2223
and `Rcpp::as` which are highly flexible and extensible, as documented

0 commit comments

Comments
 (0)