Skip to content

Commit 65b22ec

Browse files
committed
fixed misformated links
1 parent 8e6082f commit 65b22ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ and `Rcpp::as` which are highly flexible and extensible, as documented
2525
in the [Rcpp-extending](http://cran.r-project.org/web/packages/Rcpp/vignettes/Rcpp-extending.pdf) vignette.
2626

2727
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
2929
details the current set of features of Rcpp-modules.
3030

3131
Rcpp includes a concept called Rcpp sugar that brings many R functions
3232
into C++. Sugar takes advantage of lazy evaluation and expression templates
3333
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)
3535
gives an overview of the feature.
3636

3737
Rcpp attributes provide a high-level syntax for declaring C++
@@ -40,7 +40,7 @@ required to invoke them. Attributes are intended to facilitate both
4040
interactive use of C++ within R sessions as well as to support R
4141
package development. Attributes are built on top of Rcpp modules and
4242
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.
4444

4545
## Documentation
4646

0 commit comments

Comments
 (0)