TelethonKids/biometrics

Hook makes R crash when output isn't table

Opened this issue · 1 comments

R crashes if the output of a chunk is not a data frame and chunk options table = T. Expect this can be solved by implement tryCatch() in the hook, or some other debugging strategy.

suspect this issue is caused by echo = F in the chunk options. Seems to only be on the server and might be a bug.