Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Using a binary build of
diffobjfrom a machine with the lastest version ofcrayonon a machine with an older version causes problems.This is because we copy the functions from
diffobjat what turns out to be build time instead of load time.Work-around is to make sure you have the latest version of
crayoninstalled (or really, the version that was used on thediffobjbuild machine. If youinstall.packages(c('crayon', 'diffobj'))it should work. If you install packages from sources you should not see this problem.