Skip to content

Commit be80e90

Browse files
committed
updated NEWS, added tar.gz to Rbuildignore + gitignore
1 parent 393241c commit be80e90

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ vignettes/getCurrentVersionsOfCitedPackages.R
1717
inst/include/Rcpp.h.new
1818
inst/include/Rcpp.h.old
1919
LICENSE
20+
.*.tar.gz

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Rcpp.pro
1313
Rcpp.pro.user
1414
*.autosave
1515
.#*
16+
17+
*.tar.gz

inst/NEWS.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
\section{Changes in Rcpp version 0.12.15 (2018-0x-yy)}{
77
\itemize{
8+
\item Changes in Rcpp API:
9+
\itemize{
10+
\item Calls from exception handling to `Rf_warning()` now correctly set an
11+
initial format string (Dirk in \ghpr{777} fixing \ghit{776}).
812
\item Changes in Rcpp Documentation:
913
\itemize{
1014
\item The Rcpp FAQ now shows \code{Rcpp::Rcpp.plugin.maker()}m not the

0 commit comments

Comments
 (0)