File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
\name {NEWS }
2
2
\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}}}
4
6
5
7
\section {Changes in Rcpp version 0.12.2 (expected 2015 - 11 - 01 or later )}{
6
8
\itemize {
7
9
\item Changes in Rcpp API :
8
10
\itemize {
9
11
\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).
11
13
\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).
13
15
}
14
16
}
15
17
}
You can’t perform that action at this time.
0 commit comments