File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ 2020-07-09 Walter Somerville <waltersom@gmail.com>
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 <waltersom@gmail.com>
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+
1152020-07-06 Dirk Eddelbuettel <edd@debian.org>
216
317 * DESCRIPTION (Version, Date): Roll minor version
1731 * inst/NEWS.Rd: Idem
1832 * vignettes/rmd/Rcpp.bib: Idem
1933 * inst/bib/Rcpp.bib: Idem
20- 2020-07-01 Walter Somerville <waltersom@gmail.com>
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
28352020-06-27 Dirk Eddelbuettel <edd@debian.org>
2936
You can’t perform that action at this time.
0 commit comments