Port details |
- R-cran-waldo Find Differences Between R Objects
- 0.6.1 devel =2 0.5.3Version of this port present on the latest quarterly branch.
- Maintainer: uzsolt@FreeBSD.org
- Port Added: 2021-05-04 20:21:12
- Last Update: 2024-11-09 15:13:48
- Commit Hash: 48206a8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://waldo.r-lib.org
- Description:
- Compare complex R objects and reveal the key differences. Designed particularly
for use in testing packages where being able to quickly isolate key differences
makes understanding test failures much easier.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-waldo>0:devel/R-cran-waldo
- To install the port:
- cd /usr/ports/devel/R-cran-waldo/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-waldo
- pkg install R-cran-waldo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-waldo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731058570
SHA256 (waldo_0.6.1.tar.gz) = c9c3f3732a2fe7008735c8bff7b0139489132a5a8b1b8df96768fbe9dd1e76c9
SIZE (waldo_0.6.1.tar.gz) = 45201
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- R : math/R
- Test dependencies:
-
- R-cran-bit64>0 : devel/R-cran-bit64
- R-cran-covr>0 : devel/R-cran-covr
- R-cran-R6>0 : devel/R-cran-R6
- R-cran-testthat>=3.0.0 : devel/R-cran-testthat
- R-cran-withr>0 : devel/R-cran-withr
- R-cran-xml2>0 : textproc/R-cran-xml2
- Runtime dependencies:
-
- R-cran-cli>0 : devel/R-cran-cli
- R-cran-diffobj>=0.3.4 : devel/R-cran-diffobj
- R-cran-fansi>0 : devel/R-cran-fansi
- R-cran-glue>0 : devel/R-cran-glue
- R-cran-rematch2>0 : devel/R-cran-rematch2
- R-cran-rlang>=1.0.0 : devel/R-cran-rlang
- R-cran-tibble>0 : devel/R-cran-tibble
- R : math/R
- This port is required by:
- for Run
-
- devel/R-cran-testthat
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-waldo
- USES:
- cran:auto-plist
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6.1 09 Nov 2024 15:13:48 |
Zsolt Udvari (uzsolt) |
devel/R-cran-waldo: Update to 0.6.1
Add R-cran-bit64 to TEST_DEPENDS.
The S7 package is required to pass test - can install in R with
'install.packages()' before test.
Changelog: https://cran.r-project.org/web/packages/waldo/news/news.html |
0.5.3 19 Sep 2024 13:09:45 |
Zsolt Udvari (uzsolt) |
devel/R-cran-waldo: Update to 0.5.3
Pet portfmt.
Changelog: https://cran.r-project.org/web/packages/waldo/news/news.html |
0.5.1 15 Sep 2024 06:35:23 |
Zsolt Udvari (uzsolt) |
*/*: Take maintainership
devel/R-cran-brio
devel/R-cran-callr
devel/R-cran-covr
devel/R-cran-crayon
devel/R-cran-cyclocomp
devel/R-cran-desc
devel/R-cran-diffobj
devel/R-cran-ini
devel/R-cran-lintr
devel/R-cran-pkgbuild
devel/R-cran-pkgload
devel/R-cran-prettycode
devel/R-cran-rappdirs (Only the first 15 lines of the commit message are shown above ) |
0.5.1 14 Sep 2024 22:41:54 |
Guangyuan Yang (ygy) |
devel/R-cran-waldo: drop maintainership |
0.5.1 12 May 2023 06:01:49 |
Guangyuan Yang (ygy) |
devel/R-cran-waldo: Update to 0.5.1 |
0.5.0 04 May 2023 02:58:49 |
Guangyuan Yang (ygy) |
devel/R-cran-waldo: Update to 0.5.0 |
0.4.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.4.0 19 Mar 2022 22:36:36 |
Guangyuan Yang (ygy) |
devel/R-cran-waldo: Update to 0.4.0 |
0.3.1 16 Sep 2021 18:36:05 |
Guangyuan Yang (ygy) |
devel/R-cran-waldo: Update to 0.3.1 |
0.3.0 12 Sep 2021 19:58:38 |
Guangyuan Yang (ygy) |
devel/R-cran-waldo: Update to 0.3.0 |
0.2.5 04 May 2021 20:18:50 |
Guangyuan Yang (ygy) |
new port: devel/R-cran-waldo: Find Differences Between R Objects
Approved by: lwhsu |