Path to this page:
./
devel/R-diffobj,
Diffs for R Objects
Branch: CURRENT,
Version: 0.3.5,
Package name: R-diffobj-0.3.5,
Maintainer: pkgsrc-usersGenerate a colorized diff of two R objects for an intuitive
visualization of their differences.
Master sites: (Expand)
Version history: (Expand)
- (2021-11-29) Updated to version: R-diffobj-0.3.5
- (2021-06-06) Updated to version: R-diffobj-0.3.4
- (2020-12-14) Package added to pkgsrc.se, version R-diffobj-0.3.2 (created)
CVS history: (Expand)
2021-11-29 11:47:58 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-diffob) Updated 0.3.4 to 0.3.5, make test ERROR1, WARNING 1
# diffobj
## v0.3.5
* Options automatically fallback to factory defaults if they are unset (h/t
@gadenbui).
* [#158](https://github.com/brodieG/diffobj/issues/158): Calling `diff*` with
`do.call` now works without warnings.
* [#117](https://github.com/brodieG/diffobj/issues/117): Fix guide detection
with very wide wrapped data.frames (h/t @bastician, @overvolting).
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-06-06 14:19:58 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/R-diffobj) Updated 0.3.2 to 0.3.4
## v0.3.4
* Add a print method for `ses_dat` return values that makes it easier to
interpret the diff.
* [#152](https://github.com/brodieG/diffobj/issues/152): Rewrite the
fall-back "O(n)" algorithm that kicks in when there are `max.diff` \
differences
to be more robust (h/t @hadley, @DanChaltiel, @gadenbui).
## v0.3.3
* Implement experimental .Rout / .Rout.save testing.
* Fix `all.equal` test breakages from
\
[r79555](https://github.com/r-devel/r-svn/commit/66d016544fe9deb64aa74ae55fa3edfcb721b1c4).
|
2020-12-14 04:19:26 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
devel/R-diffobj: import R-diffobj-0.3.2
Generate a colorized diff of two R objects for an intuitive
visualization of their differences.
|