@@ -56,7 +56,7 @@ see 'citation("Rcpp")' for details.
5656The [ Rcpp Gallery] ( http://gallery.rcpp.org ) showcases over one hundred fully
5757documented and working examples.
5858
59- A number of examples are included as are 1385 unit tests in 599 unit
59+ A number of examples are included as are 1394 unit tests in 606 unit
6060test functions provide additional usage examples.
6161
6262An earlier version of Rcpp, containing what we now call the 'classic Rcpp
@@ -65,8 +65,8 @@ been factored out of Rcpp into the package RcppClassic, and it is still
6565available for code relying on the older interface. New development should
6666always use this Rcpp package instead.
6767
68- Other usage examples are provided by packages using Rcpp. As of July 2017 ,
69- there are 1092 [ CRAN] ( https://cran.r-project.org ) packages using Rcpp, a further
68+ Other usage examples are provided by packages using Rcpp. As of March 2018 ,
69+ there are 1309 [ CRAN] ( https://cran.r-project.org ) packages using Rcpp, a further
707091 [ BioConductor] ( http://www.bioconductor.org ) packages in its current release
7171as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
7272using Rcpp. All these packages provide usage examples for Rcpp.
@@ -88,15 +88,16 @@ questions 1.2 and 1.3 in the
8888### Support
8989
9090The best place for questions is the
91- [ Rcpp-devel] ( https ://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel)
91+ [ Rcpp-devel] ( http ://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel)
9292mailing list hosted at R-forge. Note that in order to keep spam down, you must
9393be a subscriber in order to post. One can also consult the list archives to see
9494if your question has been asked before.
9595
9696Another option is to use
9797[ StackOverflow and its 'rcpp' tag] ( http://stackoverflow.com/questions/tagged/rcpp ) .
98- Search functionality (use ` [rcpp] my question terms ` to tag
99- the query) is very valuable as many questions have indeed been asked, and
98+ Search functionality (use ` rcpp ` in squared brackets as in
99+ [[ rcpp] my question terms] ( https://stackoverflow.com/search?q=[rcpp]%20my%20question%20terms )
100+ to tag the query) is very valuable as many questions have indeed been asked, and
100101answered, before.
101102
102103The [ issue tickets at the GitHub repo] ( https://github.com/RcppCore/Rcpp/issues )
0 commit comments