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
This seems to be caused by chunk options like this #| code = readLines("files/plans/plan_6.R")[2:28] when line 28 is an empty line. Changing to #| code = readLines("files/plans/plan_6.R")[2:27] etc. (assuming line 27 is the last line with text) throughout should fix.
The text was updated successfully, but these errors were encountered:
This seems to be caused by chunk options like this
#| code = readLines("files/plans/plan_6.R")[2:28]
when line 28 is an empty line. Changing to#| code = readLines("files/plans/plan_6.R")[2:27]
etc. (assuming line 27 is the last line with text) throughout should fix.The text was updated successfully, but these errors were encountered: