File: make.README.R

package info (click to toggle)
r-cran-plotmo 3.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,400 kB
  • sloc: sh: 13; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
# 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)