boba
boba copied to clipboard
paths in R Scripts have to use /, not \
When trying the fertility_r example, the scripts that are generated contain df <- read.csv2("...\boba-master\example\fertility_r\multiverse\summary.csv", sep = ",", stringsAsFactors = FALSE, check.names=FALSE) df[1, 8] = summar$coefficients[4, 4] write.csv(df, file="...\boba-master\example\fertility_r\multiverse\summary.csv", row.names=FALSE)
This is probably the reason for the error I get when trying to compile all scripts with boba run --all. I cannot see, however, where I can change the paths during generation of the scripts.