Package: RweaveExtra
Type: Package
Title: Sweave Drivers with Extra Tricks Up their Sleeves
Version: 1.3-1
Date: 2026-04-16
Authors@R: c(person("Vincent", "Goulet", role = c("cre", "aut"),
 	            email = "vincent.goulet@act.ulaval.ca",
		    comment = c(ORCID = "0000-0002-9315-5719")),
	     person(given = "R Core Team", role = "aut",
	            comment = "Code from the original Sweave drivers"))
Description: *The package is deprecated. It uses the standard drivers
  on R >= 4.6.0 since they incorporate all the functionalities below.*
  Weave and tangle drivers for Sweave extending the standard drivers.
  RweaveExtraLatex and RtangleExtra provide options to completely
  ignore code chunks on weaving, tangling, or both. Chunks ignored on
  weaving are not parsed, yet are written out verbatim on tangling.
  Chunks ignored on tangling may be evaluated as usual on weaving, but
  are completely left out of the tangled scripts. The driver
  RtangleExtra also provides options to control the separation between
  code chunks in the tangled script, and to specify the extension of
  the file name (or remove it entirely) when splitting is selected.
Depends: R (>= 4.1.0)
Imports: utils
License: GPL (>= 2)
URL: https://gitlab.com/vigou3/rweaveextra
BugReports: https://gitlab.com/vigou3/rweaveextra/-/issues
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2026-04-16 03:34:57 UTC; vincent
Author: Vincent Goulet [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-9315-5719>),
  R Core Team [aut] (Code from the original Sweave drivers)
Maintainer: Vincent Goulet <vincent.goulet@act.ulaval.ca>
Repository: CRAN
Date/Publication: 2026-04-17 07:30:07 UTC
Built: R 4.7.0; ; 2026-04-26 01:30:35 UTC; windows
