Skip to content

Commit

Permalink
Fewer references to StackOverflow (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel authored May 27, 2024
1 parent 0bfb80c commit 5e8e589
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-05-27 Dirk Eddelbuettel <edd@debian.org>

* README.md: Remove link references to StackOverflow
* inst/NEWS.Rd: Idem

2024-05-26 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION (Version, Date): Roll micro version
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: Rcpp
Title: Seamless R and C++ Integration
Version: 1.0.12.2
Version: 1.0.12.2.1
Date: 2024-05-26
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
Nathan Russell, Inaki Ucar, Douglas Bates and John Chambers
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,6 @@ mailing list hosted at R-forge. Note that in order to keep spam down, you must
be a subscriber in order to post. One can also consult the list archives to see
if your question has been asked before.

Another option is to use
[StackOverflow and its 'rcpp' tag](https://stackoverflow.com/questions/tagged/rcpp).
Search functionality (use `rcpp` in squared brackets as in
[[rcpp] my question terms](https://stackoverflow.com/search?q=[rcpp]%20my%20question%20terms)
to tag the query) is very valuable as many questions have indeed been asked, and
answered, before.

The [issue tickets at the GitHub repo](https://github.com/RcppCore/Rcpp/issues)
are the primary bug reporting interface. As with the other web resources,
previous issues can be searched as well.
Expand Down
3 changes: 1 addition & 2 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -1810,8 +1810,7 @@
}
\item Changes in Rcpp sugar:
\itemize{
\item New function \code{na_omit} based on the StackOverflow thread
\url{http://stackoverflow.com/questions/15953768/}
\item New function \code{na_omit} based on a StackOverflow thread
\item New function \code{is_finite} and \code{is_infinite} that
reproduces the behavior of R's \code{is.finite} and
\code{is.infinite} functions
Expand Down

0 comments on commit 5e8e589

Please sign in to comment.