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

Error in rstudio_with_ansi_support()? #108

Closed
brodieG opened this issue Sep 29, 2017 · 0 comments
Closed

Error in rstudio_with_ansi_support()? #108

brodieG opened this issue Sep 29, 2017 · 0 comments
Labels
Milestone

Comments

@brodieG
Copy link
Owner

@brodieG brodieG commented Sep 29, 2017

Using a binary build of diffobj from a machine with the lastest version of crayon on a machine with an older version causes problems.

This is because we copy the functions from diffobj at what turns out to be build time instead of load time.

Work-around is to make sure you have the latest version of crayon installed (or really, the version that was used on the diffobj build machine. If you install.packages(c('crayon', 'diffobj')) it should work. If you install packages from sources you should not see this problem.

@brodieG brodieG added the bug label Sep 29, 2017
@brodieG brodieG added this to the 0.1.7 milestone Sep 29, 2017
@brodieG brodieG added the fixed in dev label Nov 7, 2017
@brodieG brodieG closed this in 9853f06 Nov 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.