You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: