Displaying 12 results from an estimated 12 matches for "rtangle".
Did you mean:
tangle
2020 Jul 08
1
Adding RtangleRuncode and RtangleFinish to exports of utils
Hi,
Could R-Core consider adding 'RtangleRuncode' and 'RtangleFinish' to the exports of utils. Their weave equivalent 'makeRweaveLatexCodeRunner' and ?'RweaveLatexFinish' are exported, as well as the other tangle utility functions 'RtangleSetup' and 'RtangleWritedoc'.
The rationale is not just s...
2009 Mar 02
2
Fwd: Converting R to Sweave (Rnw)
...ing if there would be a way of importing the
type of code extracted from an Rnw file back into an Rnw file? The
advantage would be that the code could run in R without tangling.
Obviously, sweave options could not be imported, but that would be
fine for me. Below an example of the code generated by Rtangle, which
I would like to import into a sweave file.
Cheers
Rainer
###################################################
### chunk number 1: a
###################################################
x <- 10
###################################################
### chunk number 2:
####################...
2007 Mar 06
1
Stangle and annotate
How exactly should I go about turning off annotation when running
Stangle (Rtangle) with "R CMD Stangle myfile.Rnw"?
Ideally I would like to be able to turn annotation off and on for
individual code chunks, or maybe better, to annotate only named
chunks. Are either of these things easily done?
Is there some way to figure out this sort of thing without reading
through...
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
...ocStyle checkFF checkMD5sums checkMethods
checkTnF 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:ctes...
2003 Nov 23
0
Stangle - dropping re-used code chunks
My question is: is there a way for Rtangle() to *not* print re-used
code chunks? It'd be easy enough to brew up a perl script to do just
this, but if methods exist already, I'd rather use them. My reading of
the help pages and FAQs has missed something, if it's there.
Background:
I have course notes on R, written using Swe...
2002 Aug 06
2
Memory leak in R v1.5.1?
...garbage collection (or something
equivalent) on the ncells?
Thanks.
- Jan
P.S. I run R v1.5.1 on i386 SuSE Linux v7.3 using the precompiled
binaries from CTAN for SuSE v7.3.
-----------------
> fName ="designOpt"; Sweave(paste(fName, "rnw", sep="."),
driver=Rtangle()); sourc
e(paste(fName, "R", sep="."), local = TRUE)
Writing to file designOpt.R
4 : designOpt-designCollectionFileFuncs.R
hybridDesignOpt() called with: weight.margin= 0 , KG.margin= 0
GA Design: ShipMathModel( LWL=551.205711406606, B=45.4637940845938,
Cp=0.7198803735
31636, C...
2005 Sep 06
2
help.search problem
Dear Fellow R Users,
I have recently come across a weird problem with help.search:
> help.search("tps")
Error in rbind(...) : number of columns of matrices must match (see arg 8)
>
This happens no matter what I search for...
Any thoughts ?
Thanks,
Tolga
Please follow the attached hyperlink to an important disclaimer
2011 Jul 08
0
R 2.13.1 is released
...ut them down.
? Warnings are issued when non-portable filenames are found for
graphics files (and chunks if split = TRUE). Portable names are
regarded as alphanumeric plus hyphen, underscore, plus and hash
(periods cause problems with recognizing file extensions).
? The Rtangle() driver has a new option show.line.nos which is by
default false; if true it annotates code chunks with a comment
giving the line number of the first line in the sources (the
behaviour of R >= 2.12.0).
? Package installation tangles the vignette sources: this step now...
2011 Jul 08
0
R 2.13.1 is released
...ut them down.
? Warnings are issued when non-portable filenames are found for
graphics files (and chunks if split = TRUE). Portable names are
regarded as alphanumeric plus hyphen, underscore, plus and hash
(periods cause problems with recognizing file extensions).
? The Rtangle() driver has a new option show.line.nos which is by
default false; if true it annotates code chunks with a comment
giving the line number of the first line in the sources (the
behaviour of R >= 2.12.0).
? Package installation tangles the vignette sources: this step now...
2011 Oct 31
0
R 2.14.0 is released
...can be specified _via_ the file
vignettes/.install_extras.
o R CMD Sweave now supports a --driver option to select the Sweave
driver: the default is equivalent to --driver=RweaveLatex.
o R CMD Sweave and R CMD Stangle support options --encoding and
--options.
o The Rtangle() driver allows output = "stdout" or output =
"stderr" to select the output or message connection. This is
convenient for scripting using something like
R CMD Stangle --options='output="stdout"' foo.Rnw > foo2.R
o There is a new...
2011 Oct 31
0
R 2.14.0 is released
...can be specified _via_ the file
vignettes/.install_extras.
o R CMD Sweave now supports a --driver option to select the Sweave
driver: the default is equivalent to --driver=RweaveLatex.
o R CMD Sweave and R CMD Stangle support options --encoding and
--options.
o The Rtangle() driver allows output = "stdout" or output =
"stderr" to select the output or message connection. This is
convenient for scripting using something like
R CMD Stangle --options='output="stdout"' foo.Rnw > foo2.R
o There is a new...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...TkWidgets text html latex example
tkpager text html latex example
>>> Building/Updating help pages for package `tools'
Formats: text html latex example
QA text html latex
Rtangle text html latex
RweaveLatex text html latex
Sweave text html latex example
checkFF text html latex example
checkTnF text html latex...