R.oo (version 1.26.0)

Rdoc: Class for converting Rdoc comments to Rd files

Description

Package: R.oo
Class Rdoc

Object
~~|
~~+--Rdoc

Directly known subclasses:

public static class Rdoc
extends Object

Class for converting Rdoc comments to Rd files.

Usage

Rdoc()

Arguments

Fields and Methods

Methods:

argsToStringGets the arguments signature of a function.
checkChecks the compiled Rd files.
compileCompile source code files containing Rdoc comments into Rd files.
createManPathCreates the directory where the Rd files should be saved.
createNameCreates a class-method name.
declarationGets the class declaration.
escapeRdFilenameEscape non-valid characters in a filename.
getClassS4UsageGets the usage of a S4 class.
getKeywordsGets the keywords defined in R with descriptions.
getManPathGets the path to the directory where the Rd files will be saved.
getNameFormatGets the current name format.
getObject-
getPackageNameOfGets the package of a method or an object.
getRdTitleExtracts the title string of a Rd file.
getUsageGets the usage of a method.
hierarchyGets the class hierarchy.
isKeywordChecks if a word is a Rd keyword.
isVisibleChecks if a member is visible given its modifiers.
methodsInheritedFromGets all methods inherited from a class in Rd format.
setManPathSets the path to the directory where the Rd files should be saved.
setNameFormatSets the current name format.

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clearLookupCache, clone, detach, equals, extend, finalize, getEnvironment, getFieldModifier, getFieldModifiers, getFields, getInstantiationTime, getStaticInstance, hasField, hashCode, ll, load, names, objectSize, print, save

Author

Henrik Bengtsson

References

R developers, Guidelines for Rd files, https://developer.r-project.org/Rds.html, 2003