Skip to content

change prefix behaviour#9

Open
sjanssen2 wants to merge 11 commits into
aametwally:masterfrom
sjanssen2:fix_connections
Open

change prefix behaviour#9
sjanssen2 wants to merge 11 commits into
aametwally:masterfrom
sjanssen2:fix_connections

Conversation

@sjanssen2

Copy link
Copy Markdown

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