@@ -71,7 +71,6 @@ there are 1092 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
7171as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
7272using Rcpp. All these packages provide usage examples for Rcpp.
7373
74-
7574### Installation
7675
7776Released and tested versions of Rcpp are available via the
@@ -86,6 +85,25 @@ environment for R as discussed in the relevant documentation; also see
8685questions 1.2 and 1.3 in the
8786[ Rcpp-FAQ] ( https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-FAQ.pdf ) .
8887
88+ ### Support
89+
90+ The best place for questions is the
91+ [ Rcpp-devel] ( https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel )
92+ mailing list hosted at R-forge. Note that in order to keep spam down, you must
93+ be a subscriber in order to post. One can also consult the list archives to see
94+ if your question has been asked before.
95+
96+ Another option is to use
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
100+ answered, before.
101+
102+ The [ issue tickets at the GitHub repo] ( https://github.com/RcppCore/Rcpp/issues )
103+ are the primary bug reporting interface. As with the other web resources,
104+ previous issues can be searched as well.
105+
106+
89107### Authors
90108
91109Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
0 commit comments