File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ and `Rcpp::as` which are highly flexible and extensible, as documented
2525in the [ Rcpp-extending] ( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-extending.pdf ) vignette.
2626
2727Rcpp also provides Rcpp modules, a framework that allows exposing
28- C++ functions and classes to the R level. The [ Rcpp-modules] (( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-modules.pdf ) vignette
28+ C++ functions and classes to the R level. The [ Rcpp-modules] ( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-modules.pdf ) vignette
2929details the current set of features of Rcpp-modules.
3030
3131Rcpp includes a concept called Rcpp sugar that brings many R functions
3232into C++. Sugar takes advantage of lazy evaluation and expression templates
3333to achieve great performance while exposing a syntax that is much nicer
34- to use than the equivalent low-level loop code. The [ Rcpp-sugar] (( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-sugar.pdf )
34+ to use than the equivalent low-level loop code. The [ Rcpp-sugar] ( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-sugar.pdf )
3535gives an overview of the feature.
3636
3737Rcpp attributes provide a high-level syntax for declaring C++
@@ -40,7 +40,7 @@ required to invoke them. Attributes are intended to facilitate both
4040interactive use of C++ within R sessions as well as to support R
4141package development. Attributes are built on top of Rcpp modules and
4242their implementation is based on previous work in the inline package.
43- See the [ Rcpp-atttributes] (( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-attributes.pdf ) vignettes for more details.
43+ See the [ Rcpp-atttributes] ( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-attributes.pdf ) vignettes for more details.
4444
4545## Documentation
4646
You can’t perform that action at this time.
0 commit comments