use_details: Use details macros

View source: R/use.R

use_detailsR Documentation

Use details macros

Description

Call this to import the details Rd macro into your package.

  • The RdMacros field of the DESCRIPTION file is updated so you can use the \\foldstart{} and \\foldend{} macro in your documentation.

See the Package Documentation vignette of the details package.

Usage

use_details(desc_path = "./DESCRIPTION")

Arguments

desc_path

character, path to description file to check/edit, Default = './DESCRIPTION'

Details

This will append three elements to the DESCRIPTION file

  • Suggests: details

  • RdMacros: details

  • Roxygen: list(markdown = TRUE)

See Also

details


details documentation built on March 28, 2022, 1:06 a.m.