You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My gut feeling is that this is because patchwork allows for indexing into the plots in the patchwork using [[ but keeps the length method of the parent ggplot class to avoid messing more than necessary with it. This however means that patchwork objects breaks the promise that length returns the maximum number of elements indexable by [[... let me see if there is a way around this
see Rdatatable/data.table#6395 and https://stackoverflow.com/questions/77085628/out-of-bound-error-when-trying-to-combine-plots-using-data-table
The text was updated successfully, but these errors were encountered: