File: use_roxygen_md.Rd

package info (click to toggle)
r-cran-usethis 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,228 kB
  • sloc: sh: 26; makefile: 17; cpp: 6; ansic: 3
file content (18 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/roxygen.R
\name{use_roxygen_md}
\alias{use_roxygen_md}
\title{Use roxygen2 with markdown}
\usage{
use_roxygen_md(overwrite = FALSE)
}
\arguments{
\item{overwrite}{Whether to overwrite an existing \code{Roxygen} field in
\code{DESCRIPTION} with \code{"list(markdown = TRUE)"}.}
}
\description{
If you are already using roxygen2, but not with markdown, you'll need to use
\href{https://roxygen2md.r-lib.org}{roxygen2md} to convert existing Rd expressions
to markdown. The conversion is not perfect, so make sure to check the
results.
}