@@ -81,6 +81,8 @@ Attributes](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-attributes.pd
8181Additional documentation is available via the [ Rcpp book] ( https://link.springer.com/book/10.1007/978-1-4614-6868-4 )
8282by Eddelbuettel (2013, Springer); see 'citation("Rcpp")' for details.
8383
84+ [ C++ class structure documentation] [ rcpp-doxygen ] (generated by ` doxygen ` ) is available as well.
85+
8486### Performance
8587
8688Rcpp follows the C++ motto of _ "you pay only for what you use"_ and imposes
@@ -166,13 +168,12 @@ we cannot test on outdated versions of R or your OS.
166168
167169### Support
168170
169- The best place for questions is the [ discussion section of the GitHub
170- repo ] ( https://github.com/RcppCore/Rcpp/discussions ) as the previously used mailing list at R-forge
171- is no longer operational .
171+ The best place for questions may be the [ discussion section of the GitHub repo ] [ discussions ]] or the
172+ [ rcpp-devel mailing list] [ rcpp-devel ] at R-forge with its focus on _ development with Rcpp _ (as
173+ opposed to _ development of Rcpp _ for which we have another list) .
172174
173- The [ issue tickets at the GitHub repo] ( https://github.com/RcppCore/Rcpp/issues )
174- are the primary bug reporting interface. As with the other web resources,
175- previous issues can be searched as well.
175+ The [ issue tickets at the GitHub repo] [ issues ] are the primary bug reporting interface. As with the
176+ other web resources, previous issues can be searched as well.
176177
177178
178179### Authors
@@ -183,3 +184,8 @@ Nathan Russell, Iñaki Ucar, Doug Bates, and John Chambers
183184### License
184185
185186GPL (>= 2)
187+
188+ [ discussions ] : https://github.com/RcppCore/Rcpp/discussions
189+ [ issues ] : https://github.com/RcppCore/Rcpp/issues
190+ [ rcpp-devel ] : https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
191+ [ rcpp-doxygen ] : https://dirk.eddelbuettel.com/code/rcpp/html/
0 commit comments