Skip to content

Commit 5b25fe6

Browse files
committed
added Support to READNE, removed Gmane ref from FAQ
1 parent 0c3a40e commit 5b25fe6

File tree

5 files changed

+37
-5
lines changed

5 files changed

+37
-5
lines changed

ChangeLog

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
2018-01-21 Dirk Eddelbuettel <[email protected]>
22

3-
* vignettes/Rcpp-FAQ.Rmd (vignette): Uppercase index to 'Rcpp-FAQ'
3+
* README.md: Added new section 'Support'
4+
5+
* vignettes/Rcpp-FAQ.Rmd (vignette): Uppercase index to 'Rcpp-FAQ';
6+
removed reference to Gmane which sadly is no more
47

58
2018-01-19 Dirk Eddelbuettel <[email protected]>
69

@@ -10,7 +13,7 @@
1013
2018-01-16 Dirk Eddelbuettel <[email protected]>
1114

1215
* DESCRIPTION: Release 0.12.15
13-
* inst/NEWS.Rd: Release 0.12.15
16+
* inst/NEWS.Rd: Release 0.12.15
1417
* inst/bib/Rcpp.bib: Release 0.12.15
1518
* vignettes/Rcpp.bib: Release 0.12.15
1619
* inst/include/Rcpp/config.h: Release 0.12.15

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ there are 1092 [CRAN](https://cran.r-project.org) packages using Rcpp, a further
7171
as well as an unknown number of GitHub, Bitbucket, R-Forge, ... repositories
7272
using Rcpp. All these packages provide usage examples for Rcpp.
7373

74-
7574
### Installation
7675

7776
Released and tested versions of Rcpp are available via the
@@ -86,6 +85,25 @@ environment for R as discussed in the relevant documentation; also see
8685
questions 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

91109
Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,

cleanup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12

23
#cd inst/doc && rm -f index.html *.tex *.bbl *.blg *.aux *.out *.log && cd -
34

inst/NEWS.Rd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp version 0.12.16 (2018-03-xx)}{
7+
\itemize{
8+
\item Changes in Rcpp Documentation:
9+
\itemize{
10+
\item The Rcpp FAQ vignette is now indexed as `Rcpp-FAQ`; a stale Gmane
11+
reference was removed and entry for getting compilers under Conda was added.
12+
\item The top-level README.md now has a _Support_ section.
13+
}
14+
}
15+
}
16+
617
\section{Changes in Rcpp version 0.12.15 (2018-01-16)}{
718
\itemize{
819
\item Changes in Rcpp API:

vignettes/Rcpp-FAQ.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,9 +1250,8 @@ mailing list hosting at R-forge contains an archive, which can be
12501250
[searched via swish](http://lists.r-forge.r-project.org/mailman/swish.cgi?query=listname=rcpp-devel).
12511251

12521252
Alternatively, one can also use
1253-
[Gmane on Rcpp-devel](http://thread.gmane.org/gmane.comp.lang.r.rcpp/) as well as
12541253
[Mail-Archive on Rcpp-devel](http://www.mail-archive.com/[email protected]/info.html)
1255-
both of which offer web-based interfaces, including searching.
1254+
which offers web-based interfaces, including searching.
12561255

12571256
## I like it. How can I help {#helping}
12581257

0 commit comments

Comments
 (0)