We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
absolute (not relative) paths being used, which creates highly nested folder structure and is likely non-transferable across machines.
The text was updated successfully, but these errors were encountered:
this is an issue with relativizePaths() and resolving symlinks.
relativizePaths()
reproducible:::makeRelative() is used, which is the real culprit
reproducible:::makeRelative()
Sorry, something went wrong.
improve saveSimList() + tests using symlinks
591e826
with #263
this is now working, and incorporated into saveSimList() tests.
saveSimList()
achubaty
Successfully merging a pull request may close this issue.
absolute (not relative) paths being used, which creates highly nested folder structure and is likely non-transferable across machines.
The text was updated successfully, but these errors were encountered: