git2r icon indicating copy to clipboard operation
git2r copied to clipboard

Not able to use the diff method of git2r; always use baseR diff

Open aaron-lohmann opened this issue 2 years ago • 0 comments

I have encountered a weird behaviour of the diff method. I define two blobs with tree(commits(repo, path "mypath")[[190]]) roughly the same pattern and then want to compare the differences. Though, R always uses the base::diff function. Even when I specifically call git2r::diff

Anyone having the same issue or a suggested work around?

aaron-lohmann avatar Jun 28 '23 13:06 aaron-lohmann