File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ 2017-05-30 Dirk Eddelbuettel <
[email protected] >
2+
3+ * inst/include/Rcpp/utils/tinyformat.h: Added missing newline
4+
152017-05-23 JJ Allaire <
[email protected] >
26
37 * R/Attributes.R: Execute tools::package_native_routine_registration_skeleton
Original file line number Diff line number Diff line change 55
66\section {Changes in Rcpp version 0.12.12 (Unreleased )}{
77 \itemize {
8+ \item Changes in Rcpp API :
9+ \itemize {
10+ \item The \code {tinyformat.h } header now ends in a newline (\ghit {701 }).
11+ }
812 \item Changes in Rcpp Attributes :
913 \itemize {
1014 \item Execute tools :: package_native_routine_registration_skeleton
1115 within package rather than current working directory.
16+ \item The R portion no longer uses \code {dir.exists } to no require R 3.2.0
17+ or newer (Elias Pipping in \ghpr {698 }).
1218 }
1319 }
1420}
Original file line number Diff line number Diff line change @@ -1043,4 +1043,4 @@ TINYFORMAT_FOREACH_ARGNUM(TINYFORMAT_MAKE_FORMAT_FUNCS)
10431043
10441044} // namespace tinyformat
10451045
1046- #endif // TINYFORMAT_H_INCLUDED
1046+ #endif // TINYFORMAT_H_INCLUDED
You can’t perform that action at this time.
0 commit comments