boba icon indicating copy to clipboard operation
boba copied to clipboard

paths in R Scripts have to use /, not \

Open ClaudiaNdf opened this issue 2 years ago • 0 comments

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.

ClaudiaNdf avatar Feb 06 '24 11:02 ClaudiaNdf