Skip to content

Commit 23b66dd

Browse files
committed
adding pr into for two most recent pull requests
1 parent bd40afd commit 23b66dd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

inst/NEWS.Rd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
\name{NEWS}
22
\title{News for Package 'Rcpp'}
3-
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
3+
\newcommand{\cpkg}{\href{https://CRAN.R-project.org/package=#1}{\pkg{#1}}}
4+
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{\textsl{#1}}}
5+
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issue/#1}{\textsl{#1}}}
46

57
\section{Changes in Rcpp version 0.12.2 (expected 2015-11-01 or later)}{
68
\itemize{
79
\item Changes in Rcpp API:
810
\itemize{
911
\item Before creating a single String object from a \code{SEXP}, ensure
10-
that it is from a vector of length one (issue #375).
12+
that it is from a vector of length one (pull request #376; issue #375).
1113
\item No longer use \code{STRING_ELT} as left-hand side, thanks to a
12-
heads-up by Luke Tierney (issue #377).
14+
heads-up by Luke Tierney (pull request #378; issue #377).
1315
}
1416
}
1517
}

0 commit comments

Comments
 (0)