Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
print list instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Apr 5, 2024
1 parent 86c43c3 commit 395cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/et.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ List etSort(List& curEt){
int size = curTime.size();
REprintf("test2 %d\n", size);
List tmp = curEt;
tmp.attr("class") = "data.frame";
tmp.attr("class") = R_NilValue;
print(wrap(tmp));
if (size == 0) return curEt;
time.reserve(size);
Expand Down

0 comments on commit 395cfb3

Please sign in to comment.