diffobj icon indicating copy to clipboard operation
diffobj copied to clipboard

Compare R Objects with a Diff

Results 25 diffobj issues
Sort by recently updated
recently updated
newest added

Right now `trimChr`, etc, use `trim_identity` to not trim, but this is actually computationally intensive. Instead, we should just not do any of the trimming stuff at all when we...

enhancement

Not entirely satisfied how we chose side by side vs. unified. Here is an example where unified would have made more sense ``` < .ref > .new @@ 1,6 @@...

enhancement

Right now there is branching logic within the `show-style` method based on whether the style is an ansi style or not, when ideally this would be handled via S4 dispatch...

enhancement

Sometimes it may be desirable to match elements that change: ``` > diffPrint(list(1, 1:4, 5), list(1:4, 1, 5), format="raw") < list(1, 1.. > list(1:4,.. @@ 1,7 @@ @@ 1,7 @@...

enhancement

Unfurl both names and values, and diff those separately.

enhancement