d <- read.dcf("DESCRIPTION")
title <- d[colnames(d) == "Title"]
cat(c("# ", paste(trimws(strsplit(title, "\n")[[1]]), collapse = " ")))

check codecov CRAN_Status_Badge

Github: https://github.com/randy3k/cliff

Documentation: https://randy3k.github.io/cliff

cat(d[colnames(d) == "Description"])

Installation

You can install the released version of cliff from CRAN with:

install.packages("cliff")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("randy3k/cliff")

Example

git <- function(...) cliff::run("git", ...)

git("log", git("rev-parse", "--abbrev-ref", "HEAD"), "-n1")


randy3k/cliff documentation built on Dec. 22, 2021, 12:55 p.m.