The R Project SVN R

Rev

Rev 52279 | Rev 52299 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 52279 Rev 52288
Line 1... Line 1...
1
useDynLib(tools, .registration = TRUE)
1
useDynLib(tools, .registration = TRUE)
2
 
2
 
3
export("Rd2HTML", "Rd2ex", "Rd2latex", "Rd2txt", "Rd2txt_options",
3
export("Rd2HTML", "Rd2ex", "Rd2latex", "Rd2txt", "Rd2txt_options",
4
       "Rdindex", "checkDocFiles", "checkDocStyle", "checkFF",
4
       "Rdindex", "bibstyle", "checkDocFiles", "checkDocStyle",
5
       "checkMD5sums", "checkReplaceFuns", "checkS3methods",
5
       "checkFF", "checkMD5sums", "checkReplaceFuns",
6
       "checkTnF", "checkVignettes", "codoc", "codocClasses",
6
       "checkS3methods", "checkTnF", "checkVignettes", "codoc",
7
       "codocData", "md5sum", "undoc", "file_ext",
7
       "codocClasses", "codocData", "md5sum", "undoc", "file_ext",
8
       "file_path_as_absolute", "file_path_sans_ext",
8
       "file_path_as_absolute", "file_path_sans_ext",
9
       "list_files_with_exts", "findHTMLlinks",
9
       "list_files_with_exts", "findHTMLlinks",
10
       "list_files_with_type", "showNonASCII", "delimMatch",
10
       "list_files_with_type", "showNonASCII", "delimMatch",
11
       "parse_Rd", "checkRd", "texi2dvi", "buildVignettes",
11
       "parse_Rd", "checkRd", "texi2dvi", "buildVignettes",
12
       "pkgVignettes", "pkgDepends", "getDepList",
12
       "pkgVignettes", "pkgDepends", "getDepList",
Line 57... Line 57...
57
S3method("print", "check_vignette_index")
57
S3method("print", "check_vignette_index")
58
 
58
 
59
S3method("toHTML", "packageIQR")
59
S3method("toHTML", "packageIQR")
60
S3method("toHTML", "news_db")
60
S3method("toHTML", "news_db")
61
 
61
 
-
 
62
S3method("toRd", "bibentry")
-
 
63
 
62
S3method("as.character", "Rd")
64
S3method("as.character", "Rd")