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

change prefix behaviour #9

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

sjanssen2
Copy link

This is addressing #8
My problem was that I misunderstood the meaning of the prefix parameter. Documentation says prefix for the output figure. Coming from gcc compilations, I gave an absolute path as the prefix. But I figure it is intended to be "just" a name.
Hence, the double concatenation of prefix in e.g.

write.csv(summary.tmp, file = sprintf("%s/%s_MetaLonDA_TimeIntervals.csv", prefix, prefix), row.names = FALSE)
results in an impossible or at least non existent file path.

With this #PR, I'd like to suggest to slightly change the meaning of prefix into a file path.

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

Successfully merging this pull request may close these issues.

1 participant