pharmaverse / admiral

ADaM in R Asset Library
https://pharmaverse.github.io/admiral
Apache License 2.0
220 stars 61 forks source link

Import `is_named` from `rlang` #2406

Closed manciniedoardo closed 4 months ago

manciniedoardo commented 4 months ago

Background Information

A PR check on admiralophtha was failing this morning, and after some investigation it turns out that this is because params() in admiral uses is_named() but this was removed from admiraldev during the error messaging updates. We need to import is_named() from rlang in admiral. Thanks @bundfussr for the help here.

Definition of Done

Add is_named() to the imported functions in admiral.