@@ -26,7 +26,7 @@ This is based on:
26
26
27
27
- ** roxygen2** vignettes: ` browseVignettes("roxygen2") ` , in particular
28
28
[ Generating Rd
29
- files] ( https://cran.r-project.org/web/packages/roxygen2/vignettes/rd.html ) .
29
+ files] ( https://cran.r-project.org/web/packages/roxygen2/vignettes/rd.html ) {target=" _ blank"} .
30
30
- The [ tidyverse style guide] ( https://style.tidyverse.org/documentation.html ) {target="_ blank"}.
31
31
- Package development experience.
32
32
@@ -141,7 +141,7 @@ Several techniques and tools are available to enable and support a more
141
141
consistent and maintainable documentation.
142
142
143
143
This can be described in detail in the [ Do repeat
144
- yourself] ( https://cran.r-project.org/web/packages/roxygen2/vignettes/rd.html#do-repeat-yourself )
144
+ yourself] ( https://cran.r-project.org/web/packages/roxygen2/vignettes/rd.html#do-repeat-yourself ) {target=" _ blank"}
145
145
section of vignette _ Generating Rd files_ , and are summarized as follows
146
146
147
147
- Cross-link documentation files with ` @seealso ` and ` @family ` .
@@ -180,7 +180,7 @@ man-roxygen/ex-<FUNCTION_NAME>.R`.
180
180
181
181
Tags ` @rdname ` and ` @describeIn ` are a convenient way to document multiple
182
182
functions in the same file. See the roxygen2 vignette [ Generating Rd
183
- files] ( https://cran.r-project.org/web/packages/roxygen2/vignettes/rd.html )
183
+ files] ( https://cran.r-project.org/web/packages/roxygen2/vignettes/rd.html ) {target=" _ blank"}
184
184
(` vignette("rd", package = "roxygen2") ` ) for more detail.
185
185
186
186
In both case, not that ` @title ` should be specified only for the _ main_
0 commit comments