Skip to content

Commit f972aa4

Browse files
committed
Two URL polishes to please R CMD check
1 parent 71e64b0 commit f972aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ represented as instances of `Rcpp::Environment`, functions are represented as
3030
`Rcpp::Function`, etc ... The
3131
[Rcpp-introduction](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-introduction.pdf)
3232
vignette (now published as a
33-
[TAS paper](https://amstat.tandfonline.com/doi/abs/10.1080/00031305.2017.1375990); an
33+
[TAS paper](https://doi.org/10.1080/00031305.2017.1375990); an
3434
[earlier introduction](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-jss-2011.pdf)
3535
was also published as a [JSS paper](https://doi.org/10.18637/jss.v040.i08)
3636
provides a good entry point to Rcpp as do the [Rcpp
@@ -68,7 +68,7 @@ See the [Rcpp-atttributes](https://cran.r-project.org/package=Rcpp/vignettes/Rcp
6868
The package ships with ten pdf vignettes, including a [recent introduction to
6969
Rcpp](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-introduction.pdf) now
7070
published as a [paper in
71-
TAS](https://amstat.tandfonline.com/doi/abs/10.1080/00031305.2017.1375990) (and as a
71+
TAS](https://doi.org/10.1080/00031305.2017.1375990) (and as a
7272
[preprint in PeerJ](https://peerj.com/preprints/3188/)). Also available is an
7373
[earlier
7474
introduction](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-jss-2011.pdf)

0 commit comments

Comments
 (0)