rstudio / promises

A promise library for R
https://rstudio.github.io/promises
Other
197 stars 19 forks source link

increase magrittr dependency #89

Closed pawelru closed 1 year ago

pawelru commented 1 year ago

%T>% is exported starting from version 1.5 - without it it is possible to end-up with the following install error:

Error: object ‘%T>%’ is not exported by 'namespace:magrittr'
CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

wch commented 1 year ago

Just curious: are you using an automated tool to check these dependencies? Magrittr 1.5 was released 9 years ago.

pawelru commented 1 year ago

Yes I am working on some minimal (recursive) dependency check tool. It's relevant for our org with many dependencies - especially specifying dependency on non released version. Too early to share it now but I am submitting fixes to some initial outcomes that are still on the development version.