Project Status: WIP ? Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. Licence


description <- readLines("DESCRIPTION")
rvers <- stringr::str_match(grep("R \\(", description, value = TRUE), "[0-9]{1,4}\\.[0-9]{1,4}\\.[0-9]{1,4}")[1,1]

minimal R version CRAN_Status_Badge

description <- readLines("DESCRIPTION")
version <- gsub(" ", "", gsub("Version:", "", grep("Version:", description, value = TRUE)))

packageversion


Last-changedate

knitr::opts_chunk$set(echo = TRUE)

latex2png

Convert some Latex outputs to png in order to be used in HTML documents.



privefl/latex2png documentation built on May 26, 2019, 8:31 a.m.