Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

paths in R Scripts have to use /, not \ #37

Open
ClaudiaNdf opened this issue Feb 6, 2024 · 0 comments
Open

paths in R Scripts have to use /, not \ #37

ClaudiaNdf opened this issue Feb 6, 2024 · 0 comments

Comments

@ClaudiaNdf
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant