tidy_iobed_stream
now works correctly with literal data input for
ingestion inside read_table
.analyses/test.R
script to test the workflow in a simulated
environment, i.e., from connection to the bed to the saving of the
resulting table in a file.|>
).tidy_iobed_stream()
with the new bed streamed-output conventions.tidy_iobed_stream()
to convert the raw streamed data collected by pull_bed_stream()
into a tidy data frame (more in details, a tibble).pull_bed_stream()
to bring buffered data from an open connection to the IOBED bed.bed_connection()
(powered by {serial}
) to create a serial connection to the IOBED bed. Buffer for the connection is set to \~2 MB by default, corresponding to >1 hours of stream with current data.{withr}
for testing local environments, and {purrr}
for functional programming (under Suggests packages, for the moment).{tibble}
.{pkgdown}
deploy.{renv}
for the project.{testthat}
, {checkmate}
, and {CorradoLanera/autotestthat}
.README.Rmd
and README.md
to provide an home page for the project.NEWS.md
file to track changes to the package.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.