Skip to content

Commit 9dd79ce

Browse files
committed
Two small updates to README.md
1 parent 93987a4 commit 9dd79ce

2 files changed

Lines changed: 22 additions & 6 deletions

File tree

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
2026-07-13 Dirk Eddelbuettel <edd@debian.org>
2+
3+
* README.md: Revert back to mentioning rcpp-devel as R-forge is back,
4+
mention updated doxygen documentation
5+
16
2026-07-01 Dirk Eddelbuettel <edd@debian.org>
27

8+
* DESCRIPTION (Date, Version): Release 1.1.2
9+
10+
* inst/include/Rcpp/config.h: Idem
11+
* inst/NEWS.Rd: Idem
12+
313
* inst/bib/Rcpp.bib: Small correction and reference update
414
* vignettes/rmd/Rcpp.bib: Idem
515
* vignettes/rmd/Rcpp-FAQ.Rmd: Quote rbenchmark package once

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ Attributes](https://cran.r-project.org/package=Rcpp/vignettes/Rcpp-attributes.pd
8181
Additional documentation is available via the [Rcpp book](https://link.springer.com/book/10.1007/978-1-4614-6868-4)
8282
by 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

8688
Rcpp 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

185186
GPL (>= 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

Comments
 (0)