Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Originally I found a problem trying to send a 0-row data.frame with character row.names through RProtobuf:
Then I observed that the problem was in the
row.namesattr of the data.frame, because a 0-length character vector turns into a 0-length logical vector.The problem occurs in both the CRAN version (0.4.3) and the Github master code.