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
I've managed to reproduce this on Windows. Here's a MRE.
Running it again hangs up the R session. The actual usage was subsetting of an empty table, but I tracked it down to
subsetVector. Note that both.Call("CsubsetVector", character(0), 1L)and.Call("CsubsetVector", character(0), 0L), from a fresh session, work fine.