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 upError subscript out of bounds for by={list(var1, var2)} #3156
Comments
|
it will be useful to handle such |
|
Would be great to just use the approach in #3802 since what we're trying to accomplish is almost identical for auto-naming Had made some progress to that effect but I guess there's some inconsistency in how
It makes sense to unify the approach (I believe) but that will have to wait for another release. Will have to hack a solution for this release |
Hi I tried to use
by={list(var1, var2)}and I am getting the same error message as #321Error in bysubl[[jj + 1L]] : subscript out of bounds. I was expecting to get the same result as if I didby=list(var1, var2). If this syntax is not allowed, it would be useful to at least have a more informative error message.Here is a MRE:
The output I got on my system was: