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)

...

Acknowledgements

# 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.



2DegreesInvesting/r2dii.usethis documentation built on Feb. 22, 2022, 9:47 a.m.