knitr::opts_chunk$set( echo = TRUE, collapse = TRUE, comment = "#>" )
...
...
...
You can install it from CRAN with:
install.packages("r2dii.match")
Then use it with:
library(FIXME)
...
# bash # git shortlog --summary tag-oldrel..tag-release # For example: Who contributed to r2dii.match 0.0.2 (since 0.0.1)? # git shortlog --summary 0.0.1..0.0.2 thank <- function(x) { x <- sort(x) paste0("[", x, "]", sprintf("(https://github.com/%s)", x), collapse = ", ") } contributors <- c( "jdhoffa", "maurolepore" )
While this release includes commits from only a few of us (r thank(contributors)
), it is thanks to ideas and feedback from many more colleagues at 2DII.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.