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
25 stars 17 forks source link

Fix undeclared `stringr` reference in `xrefs` #106

Closed stufield closed 4 months ago

stufield commented 5 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 4 months ago

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