Skip to contents

strollur 0.1.4

New Features:

Enhancements:

  • Adds fastq, quality, sequence_tree, sample_tree, sample_distance types to:
  • Adds fastq type to:
  • Adds quality and sample_distance type to:

Functions for Package developers

Bug Fixes: - strollur::summary() will now display results that accurately represent the data.

Deprecated:

  • Simplifies member functions of the strollur_object.
    • Removes strollur_object$add_sequence_tree() : Functionality now included instrollur_object$add().
    • Removes strollur_object$add_sample_tree() : Functionality now included instrollur_object$add().
    • Removes strollur_object$get_sequence_tree() : Functionality now included instrollur_object$report().
    • Removes strollur_object$get_sample_tree() : Functionality now included instrollur_object$report().

strollur 0.1.3

CRAN release: 2026-07-02

  • Adds strollur::read_mothur_oligos() function for the import of oligo data from mothur.
  • Makes report format more flexible. You can now add reports that are not tied to sequence data. These can be general metadata, oligo information, paired fastq file tables and much more.

strollur 0.1.2

CRAN release: 2026-06-24

  • Initial CRAN release.