Skip to content

Commit e5facae

Browse files
committed
NEWS updated, minor changelog edit, rolled version
1 parent d282bc1 commit e5facae

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

ChangeLog

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
2018-11-09 William Nolan <[email protected]>
22

3-
* inst/include/Rcpp/vector/Subsetter.h: Fixed to use R_xlen_t instead of int for indexing
4-
and added warning when indexing by IntegerVector (only for large enough vectors)
3+
* inst/include/Rcpp/vector/Subsetter.h: Fixed to use R_xlen_t instead
4+
of int for indexing and added warning when indexing by IntegerVector
5+
(only for large enough vectors)
56

67
2018-11-05 Dirk Eddelbuettel <[email protected]>
78

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Rcpp
22
Title: Seamless R and C++ Integration
3-
Version: 1.0.0
4-
Date: 2018-11-05
3+
Version: 1.0.0.1
4+
Date: 2018-11-11
55
Author: Dirk Eddelbuettel, Romain Francois, JJ Allaire, Kevin Ushey, Qiang Kou,
66
Nathan Russell, Douglas Bates and John Chambers
77
Maintainer: Dirk Eddelbuettel <[email protected]>

inst/NEWS.Rd

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
\newcommand{\ghpr}{\href{https://github.com/RcppCore/Rcpp/pull/#1}{##1}}
44
\newcommand{\ghit}{\href{https://github.com/RcppCore/Rcpp/issues/#1}{##1}}
55

6+
\section{Changes in Rcpp version 1.0.1 (2019-xx-yy)}{
7+
\item Changes in Rcpp API:
8+
\itemize{
9+
\item Subsetting is no longer limited by an integer range (William
10+
Nolan in \ghpr{920} fixing \ghit{919}).
11+
}
12+
}
13+
}
14+
615
\section{Changes in Rcpp version 1.0.0 (2018-11-05)}{
716
\itemize{
817
\item Happy tenth birthday to Rcpp, and hello release 1.0 !

0 commit comments

Comments
 (0)