Skip to content

Commit 3ce5023

Browse files
committed
No need to export tangle and weave functions
Also rewords commented example slightly
1 parent e99badf commit 3ce5023

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

ChangeLog

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
* vignettes/pdf/*.pdf: Moved to directory vignettes/
1111
* vignettes/*.Rnw: Removed
1212
* man/asisWeave.Rd: Documentation
13-
* NAMESPACE: Export asisWeave and asisTangle
1413

1514
2025-07-01 Dirk Eddelbuettel <[email protected]>
1615

NAMESPACE

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ export(Module,
3333
cpp_object_initializer,
3434
cpp_object_dummy,
3535
Rcpp.plugin.maker,
36-
getRcppVersion,
37-
asisTangle,
38-
asisWeave
39-
)
36+
getRcppVersion)
4037
S3method(print, bytes)
4138
S3method(format, Rcpp_stack_trace)
4239
S3method(str, Rcpp_stack_trace)

R/asis.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818
##' @author Henrik Bengtsson for the original versions in package \pkg{R.rsp},
1919
##' Dirk Eddelbuettel for the shortened ones used here
2020
##' @examples
21-
##' # To register this vignette engine use
21+
##' # To register this vignette engine in another package, add
22+
##' # \code{VignetteBuilder: Rcpp} as well as \code{Suggests: Rcpp} to \code{DESCRIPTON}
23+
##' # which uses the registration this package provides via
2224
##' \dontrun{tools::vignetteEngine("asis", package = pkgname, pattern = "[.](pdf|html)[.]asis$",
2325
##' weave = asisWeave, tangle = asisTangle)}
24-
##' # and add \code{VignetteBuilder: Rcpp} as well as \code{Suggests: Rcpp} to \code{DESCRIPTON}
2526
##'
2627
##' # Use a .asis file as in the Rcpp package, for example Rcpp-FAQ.pdf.asis has these lines:
2728
##' # %\VignetteIndexEntry{Rcpp-FAQ}

man/asisWeave.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)