@@ -56,7 +56,7 @@ see 'citation("Rcpp")' for details.
56
56
The [ Rcpp Gallery] ( http://gallery.rcpp.org ) showcases over one hundred fully
57
57
documented and working examples.
58
58
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
60
60
test functions provide additional usage examples.
61
61
62
62
An 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
65
65
available for code relying on the older interface. New development should
66
66
always use this Rcpp package instead.
67
67
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
70
70
91 [ BioConductor] ( http://www.bioconductor.org ) packages in its current release
71
71
as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
72
72
using Rcpp. All these packages provide usage examples for Rcpp.
@@ -88,15 +88,16 @@ questions 1.2 and 1.3 in the
88
88
### Support
89
89
90
90
The 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)
92
92
mailing list hosted at R-forge. Note that in order to keep spam down, you must
93
93
be a subscriber in order to post. One can also consult the list archives to see
94
94
if your question has been asked before.
95
95
96
96
Another option is to use
97
97
[ 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
100
101
answered, before.
101
102
102
103
The [ issue tickets at the GitHub repo] ( https://github.com/RcppCore/Rcpp/issues )
0 commit comments