Skip to content

Commit be8f1d5

Browse files
document StretchyList
1 parent 3ac7423 commit be8f1d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inst/NEWS.Rd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
\itemize{
77
\item Changes in Rcpp API:
88
\itemize{
9+
\item New class \code{StretchyList} for pair lists with fast addition of
10+
elements at the front and back. This abstracts the 3 functions
11+
\code{NewList}, \code{GrowList} and \code{Insert} used in various
12+
packages and in parsers in R.
913
\item The function \code{dnt}, \code{pnt}, \code{qnt} sugar
1014
functions were incorrectly expanding to the no-degree-of-freedoms
1115
variant.

0 commit comments

Comments
 (0)