← Back to all sparks
H

highr

INFRA · APIS
Velocity0.0

Syntax highlighting for R source code in multiple output formats

highr is finished software: one-line releases every year or two

syntax-highlightingknitrr-statsmaintenancedormant
Current state
highr does syntax highlighting for knitr output, and every release in this window is a single line of change. The most recent wraps hilight() output in xfun::raw_string() for nicer printing; before that, a rename of two LaTeX command macros and two bumps to the minimum R version. There is no feature work here at all.
Where it's heading
This is a completed micro-package in the knitr ecosystem, maintained only to stay installable and consistent with its parent packages. Changes are triggered by knitr's needs or CRAN's requirements rather than by any plan of its own, and the gaps between releases run to years.
Prediction
Expect the next release whenever knitr or CRAN requires one, with a similarly single-line changelog.

Recent moves

  1. 5mo ago

    hilight() output wrapped in raw_string()

    A single presentation change so highlighted output prints naturally at the console. Typical of the package's one-line release cadence.

    View source ↗
  2. 2y ago

    LaTeX macros renamed to \hlsng and \hldef

    Renames two LaTeX highlighting macros. Only affects users maintaining custom highlight styles.

    View source ↗
  3. 3y ago

    Minimum R version raised to 3.3.0

    A dependency floor bump with no functional change.

    View source ↗
  4. 5y ago

    markdown added to Suggests for knitr

    A DESCRIPTION change made to unblock an issue in knitr. Packaging only.

    View source ↗
  5. 5y ago

    Minimum R version raised to 3.2.3

    Another dependency floor bump, released minutes before 0.9.

    View source ↗
  6. 8y ago

    Internal pandoc LaTeX command table added

    Adds an internal data frame in response to a Stack Overflow question. Not part of the public interface.

    View source ↗