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
25
25
in the [ Rcpp-extending] ( http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-extending.pdf ) vignette.
26
26
27
27
Rcpp 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
29
29
details the current set of features of Rcpp-modules.
30
30
31
31
Rcpp includes a concept called Rcpp sugar that brings many R functions
32
32
into C++. Sugar takes advantage of lazy evaluation and expression templates
33
33
to 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 )
35
35
gives an overview of the feature.
36
36
37
37
Rcpp attributes provide a high-level syntax for declaring C++
@@ -40,7 +40,7 @@ required to invoke them. Attributes are intended to facilitate both
40
40
interactive use of C++ within R sessions as well as to support R
41
41
package development. Attributes are built on top of Rcpp modules and
42
42
their 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.
44
44
45
45
## Documentation
46
46
You can’t perform that action at this time.
0 commit comments