seankross / mario

🍄 But our princess is in another castle!
Other
21 stars 1 forks source link

test what happens when the user's code writes output to stdout or stderr #26

Open pgbovine opened 2 years ago

pgbovine commented 2 years ago

[make sure that it doesn't pollute the JSON trace ... and ideally also capture that in the JSON trace]

related to: https://github.com/seankross/mario/issues/25

pgbovine commented 2 years ago

Example:

library(dplyr)
message("Hey!")
warning("Hey!")
Formaldehyde %>% slice(1:3)