Displaying 20 results from an estimated 100000 matches similar to: "TeX in R?"
2002 Jan 18
1
TeX error generated by R CMD CHECK
Hello,
can anyone explain the following error I get when trying to
use the CHECK command to check a new version of my pakcage under 1.4.0?
******
./R CMD check ~/GLMMGibbs.0.5.1/GLMMGibbs
* checking for working latex ... OK
* using log directory `/homef/jonm/R-1.4.0/bin/GLMMGibbs.Rcheck'
...
<Installs library, documentation, and then performs various tests,
including the example,
2000 Feb 03
2
How to include TeX formulae in R plots?
Hi, all
Does anybody know if it is possible to include TeX-style formulae
in R plots? The aim is to export such plots to LaTeX documents
using the postscript() device.
Many thanks in advance,
Alberto Munoz
---------------------------------------------------------------------
Alberto Munoz Phone: +34-91- 624 95 79
Dpto. de Estadistica y Econometria Fax: +34-91- 624
2002 Oct 18
0
Correct placement of .tex files in an R package
I have a package in which I would like to store a LaTeX .tex file. It is not
documentation on any particular function, but is related to the package. In
thought that I could just create a "doc" directory under the "inst"
subdirectory and place it there. I thought that things in "inst" were just
recursively copied when the package was installed.
Alas, when I check the
1999 Dec 09
1
tsboot
Fritz,
I have slightly adapted (didn't work before) "tsboot" from the "boot"
library to the current time series conventions of R. The following patch
will do that. I suggest to apply this patch to the file
"boot/R/bootfuns.q" of the "boot" library at CRAN.
best
Adrian
--- bootfuns.orig.q Thu Dec 9 10:07:23 1999
+++ bootfuns.q Thu Dec 9 10:06:51 1999
1999 Dec 09
1
tsboot
Fritz,
I have slightly adapted (didn't work before) "tsboot" from the "boot"
library to the current time series conventions of R. The following patch
will do that. I suggest to apply this patch to the file
"boot/R/bootfuns.q" of the "boot" library at CRAN.
best
Adrian
--- bootfuns.orig.q Thu Dec 9 10:07:23 1999
+++ bootfuns.q Thu Dec 9 10:06:51 1999
2002 Aug 13
8
Document R sourcecode with Tex
Hi,
I'm actually afraid that this is a RTFM question - I read the manual but
didn't find anything yet... I'm looking for a way to document R sourcecode
in my thesis. Does anyone know of a tool or function which can convert or
export R sourcecode to Tex?
Thanks for any hints!
Best Regards,
Daniel
1999 Sep 11
1
legend(): adjust space between symbol and tex
Hello,
I'd like to ask, how to adjust the space between symbol/line and text in a
legend. My legend() is build like that
legend(xmax-netzdiff/11, # shouldn't matter here
ifelse(ydiff>=0, #
ymin-6.5*(netzdiff/11), #
ymax-netzdiff/11), #
c("stehender Stamm","Windwurf",
2000 Jun 28
1
Rd2dvi
I'm trying to use R CMD Rd2dvi and I end up at a Latex (I think)
command prompt. What's missing or what am I suppose to do?
Paul Gilbert
_______
paul at breman:/apps/dse-versions/2000.6/dse#R CMD Rd2dvi syskern This is
TeX, Version 3.14159 (Web2C 7.3) (Rd2.tex LaTeX2e <1998/12/01> Babel
<v3.6k> and hyphenation patterns for american, french, german, ngerman,
nohyphenation,
1999 May 12
2
yet another ts problem
This looks like a slightly different problem then the other ones:
R : Copyright 1999, The R Development Core Team
Version 0.64.1 (May 8, 1999)
...
> z <- ts(matrix(c(1:9,NA), 5, 2), start=c(1991,1))
> na <- is.na(z)
> z[na]
Error: subscript (10) out of bounds, should be at most 5
>
Paul
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel
1999 Jul 02
0
Bug in "[.ts" for multivariate ts {Problem with plot.ts, "[" (PR#217)
This message is in MIME format
--_=XFMail.1.3.p0.Linux:990702182137:16900=_
Content-Type: text/plain; charset=us-ascii
There was some discussion a while back on R-devel between Ross Ihaka,
Paul Gilbert and myself about row subsetting in time series. I think
the consensus was that "[.ts" should not try to coerce its result
back to a time series object (which is underlying the problem
2002 Mar 20
3
tex/latex output?
Is it possible to write the output/results (redirect) to a latex file?
Jeff.
Jeff D. Hamann
Hamann, Donald & Associates, Inc.
PO Box 1421
Corvallis, Oregon USA 97339-1421
Bus. 541-753-7333
Cell. 541-740-5988
jeff_hamann at hamanndonald.com
www.hamanndonald.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
1999 Apr 25
1
pictex
Hi, I am very new to R and trying to bring my plot of residuals to my
LaTex document, and seems as I need some help.
I first tried the example from the help file, e.g.
pictex(file="model1.tex", width=5, height=4)
plot(1:11,(-5:5)^2, type='b', main="Simple Example Plot")
dev.off()
this worked fine in LaTex when I did :
\centerline{\input{Rplots.tex}}
However, with
2000 Feb 17
2
Installation of rpm file on Suse Linux 6.2 (PR#449)
Full_Name: Luzi P. Schucan
Version: R-base-0.90.1-2.i386.rpm
OS: Linux
Submission from: (NULL) (141.84.136.129)
I just wanted to install the rpm package with rpm --v -i [file], and here is the
log:
(I DID run it as root!!)
(the important thing is in the end: there must be a bug in the post install
script.
The problem is, that it does install all the files, but it doesn't correctly
hang
the
1999 Apr 27
1
Multivariate ts -- arithmetic bug [ for SOME time-series ] (PR#178)
Paul wrote to R-devel :
PaulG> ts() is giving me problems on Solaris:
PaulG> R : Copyright 1999, The R Development Core Team
PaulG> Version 0.64.0 (April 8, 1999)
PaulG> ...
>> z <- ts(matrix(1:20,10,2), start=c(1969,1), frequency=12)
>> max(abs(z-z))
PaulG> Error: invalid time series parameters specified
>> traceback()
2001 Jul 03
1
plot.mts() with type="p" (PR#1010)
There appears to be a bug in plot.mts() in R-1.3.0 when attempting to
do a multiple point plot (this worked in 1.2.2).
Reproduce by:
> version
_
platform sparc-sun-solaris2.8
arch sparc
os solaris2.8
system sparc, solaris2.8
status
major 1
minor 3.0
year 2001
1999 Aug 10
2
Is a ts of length one a ts? (PR#245)
The following seems confused (0.65 snapshot)
> x <- ts(1:20)
> window(x, 1, 1)
Time Series:
Start = c(1, 1)
End = c(1, 1)
Frequency = 1
[1] 1
Warning message:
Not returning a time series object in: [.ts(x, i)
(it of class ts, as the print method shows). Under 0.64.2 it is even more
confusing:
> x <- ts(1:20)
> window(x, 1, 1)
Warning: Not returning a time series object
2000 May 18
1
attach (S-style)?
Hi everyone,
Being new to the crowd of R users I am wondering what the equivalent of
attach("/home/bla/hoffmann/R/.RData",2)
(S style) is in R.
What I want is a split of .RData repositories. One in a central place where I keep functions and interesting stuff important for all work I am doing, an several others which contain stuff of an dividual project only. When I start in a
1999 Dec 16
1
aggregate.ts (PR#376)
I'm having some problems with aggregate.ts, e.g.
R> x <- ts(1:20)
R> frequency(x)
[1] 1
R> aggregate(x, nfreq=1/3)
Error in aggregate.ts(x, nfreq = 1/3) : cannot change frequency from 1 to
0.333333333333333
In fact aggregate.ts only accepts a new frequency that is a negative
power of two in this example.
The problem with the current test for compatible frequencies
if
1997 Aug 25
1
R-alpha: R documentation problems
Last week I spent some time going through the Blue Book to figure out
what we are missing and where we are different. (Results will come in
subsequent emails.) As a byproduct, here is a list of the documentation
problems I found.
As soon as time and my knowledge of CVS allow, I'll try to fix some of
these ...
-k
***********************************************************************
* The
2001 Nov 30
2
kalman
Hi all!
I'm sure this must have been asked many times before but here goes anyway.
I'm looking for a kalman filter in R for ar(i)ma time series. I'm sure
there must be one around but it does not seem to be in either ts or tseries
packages?
Any suggestions welcome.
Thanks
Gerard Keogh
The information in this email, and any attachments transmitted with it, are confidential
and are