inst/NEWSRd2txt.R

library("tools")
Rd2txt_options(
  width = 80L,
  minIndent = 2L,
  extraIndent = 2L,
  sectionIndent = 2L,
  sectionExtra = 2L,
  underline_titles = FALSE
)

Rd2txt("NEWS.Rd", out="NEWS")

Try the WRS2 package in your browser

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

WRS2 documentation built on March 19, 2024, 3:08 a.m.