Skip to content
Prev 3653 / 12125 Next

[R-pkg-devel] active bindings in package namespace

Hi, yet another workaround is to create the active binding in the
.onLoad() function. Here is an example from the cli package:
https://github.com/r-lib/cli/blob/d4756c483f69c2382c27b0b983d0ce7cc7e63763/R/onload.R#L8

Gabor
On Sat, Mar 23, 2019 at 3:50 PM Jack O. Wasey <jack at jackwasey.com> wrote: