I'm including an R file and its output using the rintbatch filter to get the console output.
This works fine as long as I only use absolute base-R functionality, but as soon as I include a single library(), such as library(tidyverse), dexy returns a not printable in the output.
I'm including an R file and its output using the
rintbatchfilter to get the console output.This works fine as long as I only use absolute base-R functionality, but as soon as I include a single
library(), such aslibrary(tidyverse), dexy returns anot printablein the output.