Skip to contents

review 0.0.3

  • For dplyr consistency, explain() renamed to document(), and the explain method is retained for future compatibility.
  • Review Workflows in the Tidyverse
    how the review algebra integrates naturally into ordinary tidyverse workflows. The package extends tidy workflows with review states and provenance while preserving compatibility with familiar data-frame operations.

review 0.0.2

  • Added support for review labels, reviewer comments, and richer provenance metadata.
  • Expanded documentation, examples, vignettes, and test coverage.

review 0.0.1

Initial exploratory release

This first public release introduces review, an R package that provides a tidy relational algebra for iterative semantic review of tabular data.

The initial implementation consists of four core verbs:

  • claims_df() creates a collection of reviewable claims from an ordinary data frame by separating structural variables from reviewable values.
  • review() allocates one or more review rounds without prescribing how the review itself is carried out.
  • explain() records provenance for each review round, including review activities, agents, and supporting resources.
  • finalise_review() promotes the current reviewed values into the next candidate version while preserving the review history.

The package currently includes two vignettes:

This exploratory release establishes the core review algebra and provides a foundation for future development of reproducible semantic review workflows, metadata integration, and interoperability with the companion dataset package.