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

write_adat() error #135

Closed lzy604 closed 2 days ago

lzy604 commented 2 days ago

write_adat(adat_out, file = tempfile(fileext = ".adat")) Error in ui_bullet(x, crayon::green(cli::symbol$tick)): could not find function "ui_bullet"

scheidec commented 2 days ago

Hi @lzy604. This is a duplicate of #129, and was fixed in #130. This bug fix will soon be incorporated into a CRAN release, but in the meantime, to resolve this issue, please install the development version of the package via

remotes::install_github("SomaLogic/SomaDataIO")