knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

reviewer

Improving the track changes and reviewing experience in R markdown. reviewer provides two main functions:

Installation

You can install the development version of reviewer from GitHub with:

remotes::install_github("ropenscilabs/reviewer")

Annotating web pages

Important note

In order to use the annotation functionality it is needed to sign-up at the Hypothes.is website


Differences between rmarkdown files

The diff_rmd function can be used to produce a nicely-formatted document showing the differences between two rmarkdown files. This function can be used to compare two files, or a file with previous versions of itself (within a git repository).

See the package vignette for a demonstration.

Related packages



ropenscilabs/reviewer documentation built on May 17, 2022, 2:07 p.m.