Skip to content

Commit

Permalink
Merge pull request #1588 from olivroy/non-api
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr authored Jun 26, 2024
2 parents 0686ca5 + 620c4d8 commit 7ead2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matrixToDataFrame.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static void copy_attributes(SEXP out, SEXP data)
}
SET_OBJECT(out, OBJECT(data));
if (IS_S4_OBJECT(data)) {
SET_S4_OBJECT(out);
Rf_asS4(out, TRUE, FALSE);
}
}

Expand Down

0 comments on commit 7ead2f5

Please sign in to comment.