Merck / metalite

An R package to create metadata structure for ADaM data analysis and reporting
https://merck.github.io/metalite/
GNU General Public License v3.0
15 stars 5 forks source link

Make glue a soft dependency #162

Closed nanxstats closed 7 months ago

nanxstats commented 7 months ago

It might be useful to make metalite more self-contained by reducing the number of hard dependencies (rlang, glue).

As a starting point, glue seems to be easier. For example, kableExtra 1.4.0 removed glue from Imports by using paste0() instead.

I'm thinking maybe using a drop-in replacement for glue::glue() so you can still use the {} syntax.