Skip to content

Adds Known Issues section to Rcpp FAQ (closes #628, #563, #552, #460, #419, and #251) #661

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-03-28 James J Balamuta <balamut2@illinois.edu>

* inst/vignettes/Rcpp-FAQ.Rnw: Added "Known Issues" section to FAQ

2017-03-17 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION: Release 0.12.10
Expand Down
17 changes: 16 additions & 1 deletion inst/NEWS.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}

\section{Changes in Rcpp version 0.12.11 (2017-05-??)}{
\itemize{
\item Changes in Rcpp API:
\itemize{
\item ...
}
\item Changes in Rcpp Documentation:
\itemize{
\item Added a Known Issues section to the Rcpp FAQ vignette
(James Balamuta in \ghpr{661} addressing \ghit{628}, \ghit{563},
\ghit{552}, \ghit{460}, \ghit{419}, and \ghit{251}).
}
}
}

\section{Changes in Rcpp version 0.12.10 (2017-03-17)}{
\itemize{
\item Changes in Rcpp API:
Expand Down Expand Up @@ -30,7 +45,7 @@
\itemize{
\item An overdue explanation of how C++11, C++14, and C++17 can be used
was added to the Rcpp FAQ.
}
}
}
}

Expand Down
Loading