Skip to content

Releases: colindouglas/bcsxp

bcsxp v0.1.0

20 Dec 02:13
Compare
Choose a tag to compare

First release of bcsxp, an R package to read ASCII data exported by Siemens BCS XP coagulation analyzers.

Currently, this package is able to read sample data (S-files), calibration data (C-files), and raw wave data (R-files).

Install using the attached binary, or from Github using devtools:

install.packages("devtools")
devtools::install_github("colindouglas/bcsxp")