Skip to content

Commit a9dbffe

Browse files
committed
ChangeLog and NEWS entries missing from #947 and #949
1 parent b351798 commit a9dbffe

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2019-03-13 Romain François <[email protected]>
2+
3+
* inst/include/Rcpp/macros/macros.h: Add UNPROTECT to please rchk
4+
5+
2019-03-12 Romain François <[email protected]>
6+
7+
* inst/include/Rcpp/api/meat/proxy.h: AttributeProxy::set() with
8+
Shield<> and a few related uses of Shield<> to please rchk
9+
* inst/include/Rcpp/clone.h: Idem
10+
* inst/include/Rcpp/proxy/AttributeProxy.h: Idem
11+
* inst/include/Rcpp/proxy/NamesProxy.h: Idem
12+
* inst/include/Rcpp/vector/Matrix.h: Idem
13+
* inst/include/Rcpp/vector/Vector.h: Idem
14+
115
2019-02-25 Dirk Eddelbuettel <[email protected]>
216

317
* .travis.yml (after_success): Setting CODECOV_TOKEN to reenable

inst/NEWS.Rd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@
1313
(Qiang and Dirk).
1414
\item \code{Shelter} increases count only on non-null objects
1515
(Dirk in \ghpr{940} as suggested by Stepan Sindelar in \ghit{935}).
16+
\item \code{AttributeProxy::set()} and a few related setters get
17+
\code{Shiled<>} to ensure rchk is happy (Romain in \ghpr{947})
18+
fixing \ghit{946}).
1619
}
1720
\item Changes in Rcpp Attributes:
1821
\itemize{
1922
\item A new plugin was added for C++20 (Dirk in \ghpr{927})
2023
\item Fixed an issue where 'stale' symbols could become registered in
2124
RcppExports.cpp, leading to linker errors and other related issues
2225
(Kevin in \ghpr{939} fixing \ghit{733} and \ghit{934}).
26+
\item The wrapper macro gets an \code{UNPROTECT} to ensure rchk is
27+
happy (Romain in \ghpr{949}) fixing \ghit{948}).
2328
}
2429
\item Changes in Rcpp Documentation:
2530
\itemize{
@@ -28,6 +33,11 @@
2833
\item The \code{Rcpp-modules} vignette now has documentation for
2934
\code{.factory} (Ralf Stubner in \ghpr{938} fixing \ghit{937}).
3035
}
36+
\item Changes in Rcpp Deployment:
37+
\itemize{
38+
\item Travis CI again reports to CodeCov.io (Dirk and Ralf Stubner in
39+
\ghpr{942} fixing \ghit{941}).
40+
}
3141
}
3242
}
3343

0 commit comments

Comments
 (0)