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
Lately I've been making splits and rsets in some non-standard ways for internal (work) packages. I've been getting along fine using new_rset/make_splits/rsplit, but there's always a little discomfort in depending on triple-colon hidden functions in another package.
Maybe this is already on the roadmap, but I would greatly appreciate exported functions for making custom objects from this package. I suspect you'll want to wait until you've solidified the API some more, but hopefully by making a note of it here you might consider @export-ing new_rset/make_splits when the time is right. Thanks!