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 undeclared `stringr` reference in `xrefs` #106

Closed stufield closed 7 months ago

stufield commented 8 months ago

SeqId has a reference to stringr in the refs, but it's not a dependency. Should remove this reference or make stringr a Suggests.

stufield commented 7 months ago

It looks like the xrefs is just a warning, the links do work in the pkgdown. Closing.