Skip to content

Diff rmarkdown or TeX files using the latexdiff utility

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

hughjonesd/latexdiffr

Repository files navigation

latexdiffr

CRAN status R-CMD-check Coverage status

latexdiffr is a small library that uses the latexdiff command to create a diff of two Rmarkdown, .Rnw or TeX files.

Installation

remotes::install_github("hughjonesd/latexdiffr")

You will also need latexdiff installed on your system:

# on MacOS:
brew install latexdiff

# on Linux:
sudo apt install latexdiff 

# with tinytex
Rscript -e "tinytex::tlmgr_install('latexdiff')"

Example

library(latexdiffr)
# tinytex::tlmgr_path("add")
latexdiff("file1.Rmd", "file2.Rmd")

This produces output like:

latexdiff screenshot

git_latexdiff() allows you to compare different revisions of a file in git:

# 3 revisions ago:
git_latexdiff("my-file.Rmd", "HEAD~3") 

About

Diff rmarkdown or TeX files using the latexdiff utility

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published