Path to this page:
Subject: CVS commit: pkgsrc/devel/R-magrittr
From: Makoto Fujiwara
Date: 2022-04-28 17:46:57
Message id: 20220428154657.C1BF6FB1A@cvs.NetBSD.org
Log Message:
(devel/R-magrittr) Updated 2.0.1 to 2.0.3
# magrittr 2.0.3
* Fixed a C level protection issue in `%>%` (#256).
# magrittr 2.0.2
* New eager pipe `%!>%` for sequential evaluation (#247). Consider
using `force()` in your functions instead to make them strict, if
sequentiality is required. See the examples in `?"pipe-eager"`.
* Fixed an issue that could cause pipe invocations to fail in versions of
R built with `--enable-strict-barrier`. (#239, @kevinushey)
Files: