inst/slowtests/make.README.R

# create README.html from README.md
# the paths below assume that this file is in the plotmo/inst/slowtests directory
library(rpart.plot)
library(rmarkdown)
rmarkdown::render("../../README.md", output_dir="../../.#")
if(!interactive())
    q(runLast=FALSE)

Try the plotmo package in your browser

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

plotmo documentation built on May 22, 2022, 1:05 a.m.