Mark the package as deprecated since R 4.6.0 incorporates
all its functionalities. On R >= 4.6.0, the package uses the
standard drivers and does not export the utility function
SweaveGetSourceName. Behaviour for earlier versions
remains unchanged.
Aliases weave and tangle for
!ignore.on.weave and !ignore.on.tangle,
respectively.
Functions RweaveExtraLatexRuncode and
RtangleExtraRuncode are now documented with their driver,
like the corresponding functions in the package utils.
Therefore, ?RweaveExtraUtils no longer exists.
SweaveGetSourceName could fail to identify the name
of the source file on Windows for jobs started with R CMD
Sweave.
Option chunk.sep for the driver RtangleExtra
to control the spacing between code chunks in the tangled
script.
Function SweaveGetSourceName to extract the name of
the file processed by Sweave or Stangle in a
non-interactive session.
The default value of option extension is now
TRUE. This is the value that will use the name of the
engine as extension. The value NULL is now equivalent to
FALSE.
Option extension for the driver RtangleExtra
to specify the extension of the file name (or remove it
entirely) when splitting is selected on tangling.
Initial release. The additional options for the weaving and
tangling drivers of Sweave are ignore.on.weave,
ignore.on.tangle and ignore.