Skip to content

Conversation

mcranium
Copy link
Contributor

Sorry for bothering again with my Linux desktop.
While the main Revticulate commands worked after my fix from yesterday (#6 ), I could not execute the RevBayes code blocks because when Revticulate read the shell, it read in \0 characters. I tried a ton of ways of how to filter them out but it either broke the package build or the \0 characters were not removed. Then, I stumbled over this post. Simply replacing stdout = TRUE to stdout = "" did the trick for me. But, I don't know whether this would break the package on Windows or MacOS.
Sorry for the messy pull request, I had to buid upon my branch from yesterday.

Copy link
Contributor

@davidcerny davidcerny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replacing stdout = TRUE by stdout = "" doesn't cause any obvious issues on macOS. I've also checked that the new code works with RevBayes versions both before and after PR #803 (which removed the header / banner), so there is no need to postpone the merge until the release of RevBayes v1.4.0.

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.

2 participants