| Line 58... |
Line 58... |
| 58 |
|
58 |
|
| 59 |
% To cite an R manual, e.g.: \manual{R-exts}{Processing documentation files}
|
59 |
% To cite an R manual, e.g.: \manual{R-exts}{Processing documentation files}
|
| 60 |
\newcommand{\manual}{\Sexpr[results=rd]{tools:::Rd_expr_manual("#1", "#2")}}
|
60 |
\newcommand{\manual}{\Sexpr[results=rd]{tools:::Rd_expr_manual("#1", "#2")}}
|
| 61 |
|
61 |
|
| 62 |
% To cite from installed bibentries (R_bibentries() or package-specific REFERENCES)
|
62 |
% To cite from installed bibentries (R_bibentries() or package-specific REFERENCES)
|
| 63 |
\newcommand{\bibcitep}{\Sexpr[results=rd,stage=build]{tools:::Rd_expr_bibcite("#1", FALSE)}}
|
63 |
\newcommand{\bibcitep}{\Sexpr[results=rd,stage=build]{tools:::Rd_expr_bibcite(r"(#1)", FALSE)}}
|
| 64 |
\newcommand{\bibcitet}{\Sexpr[results=rd,stage=build]{tools:::Rd_expr_bibcite("#1", TRUE)}}
|
64 |
\newcommand{\bibcitet}{\Sexpr[results=rd,stage=build]{tools:::Rd_expr_bibcite(r"(#1)", TRUE)}}
|
| 65 |
\newcommand{\bibshow}{\Sexpr[results=rd,stage=build]{tools:::Rd_expr_bibshow("#1")}}
|
65 |
\newcommand{\bibshow}{\Sexpr[results=rd,stage=build]{tools:::Rd_expr_bibshow("#1")}}
|
| 66 |
\newcommand{\bibinfo}{\Sexpr[stage=build]{tools:::Rd_expr_bibinfo("#1", "#2", "#3")}}
|
66 |
\newcommand{\bibinfo}{\Sexpr[stage=build]{tools:::Rd_expr_bibinfo("#1", "#2", r"(#3)")}}
|