Merck / pkglite

Compact Package Representations
https://merck.github.io/pkglite/
GNU General Public License v3.0
30 stars 4 forks source link

Remove cli dependency #26

Closed nanxstats closed 2 years ago

nanxstats commented 2 years ago

r-lib/cli is now using C to format certain things and thus becomes a dependency that requires compilation.

To minimize the number of dependencies, we should consider replacing it with wrappers created around r-lib/crayon. This would also avoid one other dependency of cli: tidyverse/glue.

nanxstats commented 2 years ago

Fixed by https://github.com/Merck/pkglite/pull/28