inst/precompile.R

# Precompile vignettes (from .Rmd.orig to .Rmd)
# Need to do this locally because CI won't have gnparser

# Load package in working state
# not with library()
library(devtools)
library(knitr)
load_all()

knit("vignettes/rgnparser.Rmd.orig", "vignettes/rgnparser.Rmd")

build_vignettes()

Try the rgnparser package in your browser

Any scripts or data that you put into this service are public.

rgnparser documentation built on June 22, 2024, 11:18 a.m.