Skip to content

Commit ff14167

Browse files
committed
correct ChangeLog
1 parent 89b69dd commit ff14167

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

ChangeLog

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2020-07-09 Walter Somerville <[email protected]>
2+
3+
* inst/include/Rcpp/DataFrame.h: Warn when data.frame has varying length
4+
* inst/tinyTest/cpp/DataFrame.cpp: Test added
5+
* inst/tinyTest/test_dataframe.R: Idem
6+
7+
2020-07-07 Walter Somerville <[email protected]>
8+
9+
* inst/include/Rcpp/DataFrame.h: Implement explict push_back and
10+
push_front for DataFrame, which takes care to set the class and
11+
row.names attributes.
12+
* inst/tinyTest/test_dataframe.R: Add in tests for push_back/push_front
13+
* inst/tinyTest/cpp/DataFrame.cpp: Idem
14+
115
2020-07-06 Dirk Eddelbuettel <[email protected]>
216

317
* DESCRIPTION (Version, Date): Roll minor version
@@ -17,13 +31,6 @@
1731
* inst/NEWS.Rd: Idem
1832
* vignettes/rmd/Rcpp.bib: Idem
1933
* inst/bib/Rcpp.bib: Idem
20-
2020-07-01 Walter Somerville <[email protected]>
21-
22-
* inst/include/Rcpp/DataFrame.h: Implement explict push_back and
23-
push_front for DataFrame, which takes care to set the class and
24-
row.names attributes.
25-
* inst/tinyTest/test_dataframe.R: Add in tests for push_back/push_front
26-
* inst/tinyTest/cpp/DataFrame.cpp: Idem
2734

2835
2020-06-27 Dirk Eddelbuettel <[email protected]>
2936

0 commit comments

Comments
 (0)