Displaying 20 results from an estimated 2000 matches similar to: "Creating subscripts in text()"
1997 Dec 11
1
R-alpha: fft does not act as described in help(fft)
Hello!
thank you for your efforts creating R!
While preparing the next lessons I found that I had
to multiply with 1/length(x) by hand if I want to
get the inverse Fouriertransform.
The help states it will do it by itself.
Version R-0.60.1, Linux
Seems to be pretty easy to correct either the fft or :-) the help(fft)!
Cu Detlef
Detlef Steuer Universitaet Dortmund ///////
1999 Apr 07
1
chull() wanted?
Hello!
Is there someone already working on an implementation of Splus'
chull() function for R?
If not, I would like volunteer to try it.
For my "Diplom" I implemented convex peeling in C (some time ago),
using an O(n log(n)) algorithm, so it probably will prove relatively easy to
use that code for a R-function.
Well, as least as easy as any programming tends to be. :-)
Detlef
2023 Apr 03
1
Let R compile for libcurl8 ?
Am Mon, 3 Apr 2023 15:13:58 +0100
schrieb Prof Brian Ripley <ripley at stats.ox.ac.uk>:
> On 03/04/2023 14:07, Detlef Steuer wrote:
> > Hi!
> >
> > The same Inar reported for rawhide
> > (https://stat.ethz.ch/pipermail/r-devel/2023-March/082482.html)
> > is true for SuSE's distros.
> >
> > Right now R does not compile with libcurl8, but
2023 Apr 03
2
Let R compile for libcurl8 ?
Hi!
The same Inar reported for rawhide
(https://stat.ethz.ch/pipermail/r-devel/2023-March/082482.html)
is true for SuSE's distros.
Right now R does not compile with libcurl8, but SuSE Tumbleweed/Factory
switched to 8 a week ago.
Would be great, if the patch Inar provided could be applied to
main.
Detlef
--
"Wozu leben wir, wenn nicht dazu, uns gegenseitig das Leben
einfacher zu
2023 Apr 03
1
Let R compile for libcurl8 ?
On 03/04/2023 14:07, Detlef Steuer wrote:
> Hi!
>
> The same Inar reported for rawhide
> (https://stat.ethz.ch/pipermail/r-devel/2023-March/082482.html)
> is true for SuSE's distros.
>
> Right now R does not compile with libcurl8, but SuSE Tumbleweed/Factory
> switched to 8 a week ago.
>
> Would be great, if the patch Inar provided could be applied to
>
2023 Apr 03
1
Let R compile for libcurl8 ?
On 03/04/2023 15:24, Detlef Steuer wrote:
> Am Mon, 3 Apr 2023 15:13:58 +0100
> schrieb Prof Brian Ripley <ripley at stats.ox.ac.uk>:
>
>> On 03/04/2023 14:07, Detlef Steuer wrote:
>>> Hi!
>>>
>>> The same Inar reported for rawhide
>>> (https://stat.ethz.ch/pipermail/r-devel/2023-March/082482.html)
>>> is true for SuSE's
2002 Nov 14
1
chron and locales
(R-1.6.0 and chron 2.2, linux)
I have to work with date/time values from another LOCALE
on my machine. My normal locale is "de DE at euro" and
the data I have to handle use AM/PM specifications for the times.
dstring <- "Nov 12 2001 4:31PM"
The problem now is, that
strptime(dstring, "%b %d %Y %I:%M%p")
[1] "2001-11-12 04:31:00"
just ignores my
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes:
>
> Since the virtue and reliability of Wikis was brought up, I created a R
> Wiki page for this at
>
http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs
>
>
> Anyone: please correct errors and improve it!
>
> Tony Plate
>
OK, now I have another question:
I see a wiki at
2006 Jan 10
2
Wikis (was about prod(numeric(0)))
Tony Plate <tplate <at> acm.org> writes:
>
> Since the virtue and reliability of Wikis was brought up, I created a R
> Wiki page for this at
>
http://www.sciviews.org/_rgui/wiki/doku.php?id=beginners:surprises:emptysetfuncs
>
>
> Anyone: please correct errors and improve it!
>
> Tony Plate
>
OK, now I have another question:
I see a wiki at
2000 Aug 31
1
newsgroup
Is there a newsgroup for r discussion, too, or are there only these
mailinglists?
Thomas
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at
2000 Jul 07
1
R and large RAM
I am planing to buy several machines with 2 GB RAM.
Is R able to use this much memory?
Thanks
Gerhard
--
Dr. Gerhard Paass http://ais.gmd.de/~paass
GMD.AiS - Inst. for Autonomous Intelligent Systems
Schloss Birlinghoven, D-53754 St. Augustin, Germany
mail: paass at gmd.de fon: +49 2241 14-2698 fax: ..-2342
2000 Apr 18
4
R : 3D graphics
I am looking for a package that allow to plot 3D set of points (x, y, z) ?
Can someone help me to find it ?
thank for help
anne
--
Anne BADEL-CHAGNON Email:badel at urbb.jussieu.fr
Equipe de Bioinformatique Mol?culaire, Universite Paris 7
Tour 53, 1er etage, case 7113 Tel : 01.44.27.77.14
75251 Paris cedex 05 Fax : 01.43.26.38.30
-------------- next part
2007 Dec 15
1
X11 uses font size 25 although 28 was requested
Hi,
I'm not sure if the real English warning is the same. I translated it
from German. R came up with the following message:
-------------------------------------------------------
Warning message:
In title(main = sinc.exp) :
X11 nutzt Schriftgr??e 25 obwohl 28 angefordert war
[engl.: X11 uses font size 25 although 28 was requested]
-------------------------------------------------------
2000 Feb 02
1
Large data sets and aggregation
I've noticed quite a few messages relating to large data sets bedeviling
R users, and having just had to program my way through one that actually
caused a "Bus error" when I tried to read it in, I'd like to ask two
questions.
1) Are there any facilities for aggregation of data in R?
( I admit that this will not do much for the large data set problem
immediately)
2) Is there any
2000 Feb 29
3
standing ovations
I think this is a moment to lean back from daily business, details or
whatsoever and appreciate the impressive achievment of Ross, Robert and the
R-core team. Incredible!
They created an impressive and extremely useful software, for teaching,
research and more. Besides these direct practical benefits, I think this
project is more: it gives an outstanding example of international
cooperation and
2005 Jul 12
1
Installing RSPerl and Statistics::R
Hi list,
For my research, I started using R as a statistics engine, driven by
perl scripts that manage my data and computational jobs. I recently
upgraded my cluster to Suse 9.2, and obviously wanted to upgrade R to
it's latest version, 2.1.1. Installation of R-2.1.1 went flawlessly
thanks to the rpm's created by Detlef Steuer (see cran, thanks Detlef).
To interface perl and R, two
2008 Jul 15
2
Problem installing R on openSUSE 10.3
Dear All,
I am trying to install R 2.7 on my openSUSE 10.3. I have faithfully followed instruction at http://cran.r-project.org/bin/linux/suse/ReadMe.txt. I have downloaded all the RPMs but still R complains about:
libtcl8.4.so is needed by R-base-2.7.1-6.1.i586
I searched for this library and found a one, tcl-8.4.15-22.i586.rpm at openSUSE distribution site and installed. But R still complains
1999 Dec 03
1
filled.contour (PR#357)
Full_Name: Detlef Steuer
Version: 0.90.0 and 0.99.0
OS: linux
Submission from: (NULL) (129.217.206.26)
filled.contour does not work on my machine in versions 0.90.0 and 0.99.0
I always get: Error in plot.new() : Figure margins too large
Here an example from help(filled.contour): ( same message for 0.99.0)
R : Copyright 1999, The R Development Core Team
Version 0.90.0 (November 22, 1999)
R is
2005 Feb 17
1
german translation
Hello dear R-core,
I would be willing to offer some spare time to generate a german translation of R.pot and RGui.pot.
Do you still need a translator or does someone already work on that task? (I hate useless duplication of efforts.)
To whom shall I send the de.po file? Or should I generate a diff against the latest svn sources?
What's your standard procedure for these cases?
Are there
2011 Oct 05
1
problems (seg-faults) while trying to compile for older suse versions
Hi!
While preparing 2.13.2 in the build service I get stuck for some older
releases of openSUSE / SLED.
While it built fine for 2.13.1 now I get segfaults in 'make docs' and
do so only for 32-bit architectures. This is not urgent, because only
older releases are affected, nevertheless I would like to understand
the cause.
Attached are what I think the relevant parts of a build-log,