Skip to content
/ Rd2md Public
forked from quantsch/Rd2md

Package for creating markdown versions of R package reference manual.

Notifications You must be signed in to change notification settings

pooranis/Rd2md

 
 

Repository files navigation

This is my fork of quants-ch/Rd2md

Install

remotes::install_github("pooranis/Rd2md")

Meta!

Reference Manual for Rd2md package

The original README is below:


Installation

To install the Rd2md package, you can either use the official CRAN repository or install directly from github.

From CRAN:

install.packages("Rd2md")

From Github:

## if not already installed:
# install.packages("devtools") 
library(devtools)
install_github("quants-ch/Rd2md")

However, please not that github will always have the most recent version available.

Reference Manual To Markdown

There main function to create the reference manual in markdown format is

ReferenceManual(pkg, outdir)

Please read the introduction vignette for further information and consult the available function docs.

About

Package for creating markdown versions of R package reference manual.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%