SomaLogic / SomaDataIO

The SomaDataIO package loads and exports 'SomaScan' data via the 'SomaLogic Operating Co., Inc.' proprietary data file, called an ADAT ('*.adat'). The package also exports auxiliary functions for manipulating, wrangling, and extracting relevant information from an ADAT object once in memory.
https://somalogic.github.io/SomaDataIO/
Other
26 stars 18 forks source link

Fix crayon bug and ui_bullet issue #130

Closed scheidec closed 2 months ago

scheidec commented 2 months ago
scheidec commented 2 months ago

The crayon package was superseded by the cli package, and it is now recommended to move to the analogous functions in cli.

This was a helpful resource in the conversion: https://usethis.r-lib.org/articles/ui-cli-conversion.html

With these changes, I was able to remove crayon fully as a dependency, along with usethis, as the internal .value() function was the only place it was used in the R/ folder.