Displaying 5 results from an estimated 5 matches for "rweavelatexoptions".
2020 Jul 08
1
Adding RtangleRuncode and RtangleFinish to exports of utils
...y/utils/NAMESPACE (revision 78794)
+++ src/library/utils/NAMESPACE (working copy)
@@ -166,9 +166,9 @@
Sweave, SweaveSyntConv, SweaveSyntaxLatex, SweaveSyntaxNoweb,
RtangleWritedoc, RweaveChunkPrefix, RweaveEvalWithOpt,
RweaveTryStop, SweaveHooks, RweaveLatexWritedoc,
- RweaveLatexOptions, RweaveLatexFinish,
+ RweaveLatexOptions, RweaveLatexFinish, RtangleFinish,
.RtangleCodeLabel,
- makeRweaveLatexCodeRunner)
+ makeRweaveLatexCodeRunner, RtangleRuncode)
if(tools:::.OStype() == "unix") {
export(nsl)
Best,
v.
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
...F checkVignettes codoc md5sum pkgVignettes print.checkAssignFuns
print.checkDemoIndex print.checkDocArgs print.checkDocStyle print.checkFF
print.checkMethods print.checkTnF print.checkVignetteIndex
print.checkVignettes print.codoc print.undoc Rdindex Rtangle RtangleSetup
RtangleWritedoc RweaveLatex RweaveLatexOptions RweaveLatexSetup Stangle
Sweave SweaveSyntaxLatex SweaveSyntaxNoweb SweaveSyntConv undoc
> search()
[1] ".GlobalEnv" "package:Tools" "package:tools" "package:methods"
"package:ctest"
[6] "package:mva" "package:modre...
2011 Mar 23
3
Sweave: multiple graphic formats, e.g. win.metafile
...uot;try-error")) stop(err)
}
))
, after=epsline2)
runcode <- eval(parse(text=runcodesrc))
}
runcode <- makeruncode()
list(setup = setup, runcode = runcode,
writedoc = utils::RweaveLatexWritedoc, finish = utils::RweaveLatexFinish,
checkopts = utils::RweaveLatexOptions)
}
This enhanced Sweave driver works for me like a charm, but it is a very poor solution.
What about allowing for all available grDevices on the current platform - besides the standard eps and pdf devices? The only building block is the section "if (options$fig && options$eval)"...
2013 Mar 12
0
duplicate export entries in NAMESPACE
...1.9 : c("as.bit", "as.bitwhich", "as.which", "physical", "virtual")
forecast 4.1 : "forecast.lm"
graphics 2.15.3 : "barplot"
mcmc 0.9.1 : "morph"
RCurl 1.95.3 : "curlOptions"
utils 2.15.3 : "RweaveLatexOptions"
Would it be helpful for 'check' to alert package writers to this?
I made the list using f():
f <- function ()
{
for(pkg in installed.packages()[,"Package"]) {
try( {
exports <- parseNamespaceFile(pkg, R.home("library"))$exports...
2013 Mar 13
0
R-devel Digest, Vol 121, Issue 13
..., "as.bitwhich", "as.which", "physical", "virtual")
> forecast 4.1 : "forecast.lm"
> graphics 2.15.3 : "barplot"
> mcmc 0.9.1 : "morph"
> RCurl 1.95.3 : "curlOptions"
> utils 2.15.3 : "RweaveLatexOptions"
> Would it be helpful for 'check' to alert package writers to this?
>
> I made the list using f():
> f<- function ()
> {
> for(pkg in installed.packages()[,"Package"]) {
> try( {
> exports<- parseNamespaceFile(p...