carpentries drat repository

Development repository for R packages for The Carpentries infrastructure

Packages

  • checker (v 0.0.1.9010, ): Check URLs and best practices in accessiblity for your HTML ...
  • chisel (v 0.0.0.9002, ): Tools to work with The Carpentries GitHub repositories
  • fiderent (v 0.0.0.9000, ): Compare Files Between Folders
  • pegboard (v 0.7.6, ): Explore and Manipulate Markdown Curricula from the Carpentries
  • sandpaper (v 0.16.7, ): Create and Curate Carpentries Lessons
  • tinkr (v 0.2.0.9000, ): Cast '(R)Markdown' Files to 'XML' and Back Again
  • varnish (v 1.0.4, ): Front-end for The Carpentries Lesson Infrastructure

If drat is not installed, first install from CRAN with

install.packages("drat")

To install packages, run

drat:::add("carpentries")

after which packages can be installed as usual, for example:

install.packages("pegboard")