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
As a follow up, it looks like the error emanates from helpers.R, line 105. The grep() statement on 104 defines a relative path as one that starts with a letter, number, or underscore.
Are there constraints on the construction of a trelliscope object such that it has to be within orig_path? If not, {xfun} has a function, is_abs_path() that could be used directly or would be a good basis for a replacement.
Please note that this appears to be related to, but not quite the same as, issue #13. The following R Markdown header:
with the body
Gives the error:
Please note that the trelliscope output path provided
"../iris-test"
is relative.The text was updated successfully, but these errors were encountered: