cynkra / constructive

Display Idiomatic Code to Construct Most R Objects
https://cynkra.github.io/constructive
Other
132 stars 6 forks source link

call opts_ functions without namespace #463

Closed moodymudskipper closed 4 months ago

moodymudskipper commented 4 months ago

It seems this broke :

constructive::construct(dplyr::band_members, opts_tbl_df("tribble"))

We had implemented that the dots were evaluated through a mask of opts_ functions.

It's hard to add to tests because tests don't see exported/unexported