Page MenuHomeFreeBSD

math/R-cran-lazyeval: Update to 0.2.3
ClosedPublic

Authored by jrm on May 9 2026, 1:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 29, 8:31 AM
Unknown Object (File)
Sat, Aug 29, 2:55 AM
Unknown Object (File)
Sat, Aug 29, 1:28 AM
Unknown Object (File)
Thu, Aug 27, 7:18 PM
Unknown Object (File)
Wed, Aug 26, 5:59 PM
Unknown Object (File)
Wed, Aug 26, 12:48 PM
Unknown Object (File)
Sat, Aug 22, 9:11 PM
Unknown Object (File)
Fri, Aug 21, 8:09 PM
Subscribers
None

Details

Summary

The previous version (0.2.2) failed to build against math/R 4.6.0.
PRENV, PREXPR, and Rf_findVar are non-API entry points whose
declarations are no longer available in R 4.6.0's installed headers.

Version 0.2.3 rewrites the C implementation on top of the rlang C
library to comply with R's public C API.

Release notes: https://github.com/hadley/lazyeval/releases/tag/v0.2.3

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72947
Build 69830: arc lint + arc unit

Event Timeline

jrm requested review of this revision.May 9 2026, 1:39 PM
jrm created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.May 22 2026, 6:17 PM
This revision was automatically updated to reflect the committed changes.