Skip to content

Commit 5ca4f6a

Browse files
authored
Merge pull request #717 from RcppCore/feature/coverage
additional #nocov tags, reformating wrap.h
2 parents 9367b10 + 8640275 commit 5ca4f6a

File tree

4 files changed

+926
-930
lines changed

4 files changed

+926
-930
lines changed

inst/NEWS.Rd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
\itemize{
1010
\item The \code{tinyformat.h} header now ends in a newline (\ghit{701}).
1111
\item Fixed rare protection error that occurred when fetching stack traces
12-
during the construction of an Rcpp exception (Kirill Müller in
12+
during the construction of an Rcpp exception (Kirill Müller;
1313
\ghit{706}).
14-
\item Compilation is now also possibly on Haiku-OS (Yo Gong \ghpr{708}
14+
\item Compilation is now also possibly on Haiku-OS (Yo Gong in \ghpr{708}
1515
addressing \ghit{707}).
1616
\item Dimension attributes are explicitly cast to \code{int} (Kirill
1717
Müller in \ghpr{715}).
18-
\item Unused arguments are no longer declared (Kirill Müller in \ghpr{716})).
18+
\item Unused arguments are no longer declared (Kirill Müller in \ghpr{716}).
1919
}
2020
\item Changes in Rcpp Attributes:
2121
\itemize{
@@ -27,8 +27,8 @@
2727
addressing \ghit{702}).
2828
\item Automatically register init functions for Rcpp Modules (JJ in \ghpr{705}
2929
addressing \ghit{704}).
30-
\item Add Shield around parameters in Rcpp::interfaces (JJ in \ghpr{713)
31-
addressing \ghit{712}).
30+
\item Add Shield around parameters in Rcpp::interfaces (JJ in \ghpr{713}
31+
addressing \ghit{712}).
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)