Skip to content

Commit 5e8e589

Browse files
authored
Fewer references to StackOverflow (#1306)
1 parent 0bfb80c commit 5e8e589

File tree

4 files changed

+7
-10
lines changed

4 files changed

+7
-10
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2024-05-27 Dirk Eddelbuettel <[email protected]>
2+
3+
* README.md: Remove link references to StackOverflow
4+
* inst/NEWS.Rd: Idem
5+
16
2024-05-26 Dirk Eddelbuettel <[email protected]>
27

38
* DESCRIPTION (Version, Date): Roll micro version

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.12.2
3+
Version: 1.0.12.2.1
44
Date: 2024-05-26
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,6 @@ mailing list hosted at R-forge. Note that in order to keep spam down, you must
172172
be a subscriber in order to post. One can also consult the list archives to see
173173
if your question has been asked before.
174174

175-
Another option is to use
176-
[StackOverflow and its 'rcpp' tag](https://stackoverflow.com/questions/tagged/rcpp).
177-
Search functionality (use `rcpp` in squared brackets as in
178-
[[rcpp] my question terms](https://stackoverflow.com/search?q=[rcpp]%20my%20question%20terms)
179-
to tag the query) is very valuable as many questions have indeed been asked, and
180-
answered, before.
181-
182175
The [issue tickets at the GitHub repo](https://github.com/RcppCore/Rcpp/issues)
183176
are the primary bug reporting interface. As with the other web resources,
184177
previous issues can be searched as well.

inst/NEWS.Rd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1810,8 +1810,7 @@
18101810
}
18111811
\item Changes in Rcpp sugar:
18121812
\itemize{
1813-
\item New function \code{na_omit} based on the StackOverflow thread
1814-
\url{http://stackoverflow.com/questions/15953768/}
1813+
\item New function \code{na_omit} based on a StackOverflow thread
18151814
\item New function \code{is_finite} and \code{is_infinite} that
18161815
reproduces the behavior of R's \code{is.finite} and
18171816
\code{is.infinite} functions

0 commit comments

Comments
 (0)