Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

120 results for “from:Detlef Steuer”

Workflow for translations?
Detlef Steuer · Mar 25, 2018 · r-devel

Hi friends, what happend to the "call for translation" that was a clear signal to start working on an update for transations in former times? What is the supposed workflow for translations at the moment? Did I miss some policy...

SUSE 10.1 64 bit binary
Detlef Steuer · May 22, 2006 · r-help

Thx, I?ll fix it! Detlef On 22 May 2006 11:43:33 +0200 Peter Dalgaard <p.dalgaard at biostat.ku.dk> wrote: > (Incidentally, Detlef: The "Source:" entry in the SPEC is wrong. > cvs.r-project.org is not accessible...

Size of R user base
Detlef Steuer · Apr 19, 2004 · r-help

On Mon, 19 Apr 2004 12:12:47 -0600 "Kevin S. Van Horn" <kvanhorn at ksvanhorn.com> wrote: > I have been trying to determine the size of the R user base Hey, that one is easy: We are legion .... :-) detlef...

R-base 1.7.1 RPMS for SuSE uploaded to Vienna
Detlef Steuer · Jun 16, 2003 · r-help

Hi! RPMS for R-base-1.7.1 have been uploaded to Vienna a few minutes ago. (SuSE 7.3, 8.[012]) They should appear on the CRAN mirror near you soon. A rebuild of rpms of updated and/or...

Looking for help in calculating percentiles
Detlef Steuer · Apr 26, 2004 · r-help

On Mon, 26 Apr 2004 01:28:58 -0600 arinbasu at softhome.net wrote: > Hi All: > > I am working with a dataset on Arsenic toxicity, and I am trying to > calculate the 20th, 40th, 60th, 80th, and highest percentiles for...

persp question
detlef.steuer@unibw-hamburg.de · Jun 13, 2001 · r-help

Hello! Is there any way to draw a grid of coordinates on the "floor" or the "walls" of a persp plot? Or can I even add a contour to the "floor"? Thx in advance, detlef -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read...

wiki in Hamburg set read-only
Detlef Steuer · Jan 9, 2006 · r-help

Hi, to clear up the situation regarding wikis a bit and since, whatever happens, Philippe's wiki is superior, I decided to set the old wiki read-only. A visitor will be asked to visit the "new" wiki and add...

german translation
Detlef Steuer · Feb 17, 2005 · r-devel

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...

Tutorial in Hamburg, Germany
Detlef Steuer · Mar 24, 2006 · r-help

Interesting opportunity for german R contributors: Uwe Ligges will give a tutorial on "R-Pakete laden, verwalten und entwickeln" on the afternoon of June 7th. The tutorial will be given in german. It is part of the Pfingsttagung of the...

SuSE rpms for R-1.8.0 available
Detlef Steuer · Oct 9, 2003 · r-help

Rpms for R-base and all R-contrib packages (that compile on my machines) have been uploaded to CRAN. For the time beeing SuSE 7.3, 8.[012] are supported. 9.0 rpms will be created asap. This is the...

R: simulation
Detlef Steuer · Mar 4, 2005 · r-help

On Fri, 04 Mar 2005 13:07:21 +0200 Clark Allan <Allan at STATS.uct.ac.za> wrote: > hi all > > a simple question > > i want to run simulations in r. i however want the experiments to be > repeated at a...

problems (seg-faults) while trying to compile for older suse versions
Detlef Steuer · Oct 5, 2011 · r-devel

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...

Let R compile for libcurl8 ?
Detlef Steuer · Apr 3, 2023 · r-devel

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...

Let R compile for libcurl8 ?
Detlef Steuer · Apr 3, 2023 · r-devel

Am Mon, 3 Apr 2023 15:46:52 +0100 schrieb Prof Brian Ripley <ripley at stats.ox.ac.uk>: > Again, what exactly is 'R-patched'? R-4.2.3 with R-release.diff from Martin Maechler's machine applied. Downloaded...

Creating subscripts in text()
Dipl.-Stat. Detlef Steuer · Feb 10, 1999 · r-help

Hello! Help! How to create subscripts in text() ? Could not find an example nor could I guess it. Thank you! Detlef Detlef Steuer Universitaet Dortmund /////// LS Computergestuetzte Statistik U N I D O /// steuer at gigamain.statistik.uni-dortmund.de...

RMySQL installation: libz missing SOLVED
Detlef Steuer · May 3, 2005 · r-help

Hi, do you have zlib installed on your system? (rpm -q zlib tells you if or not) You can also try rpm -q --whatprovides libz . zlib provides libz. If not installed, the manual compilation of R uses its own version...

Technical papers was: Re: [Rd] documentation for 'open': some clarification?
Detlef Steuer · Apr 14, 2005 · r-devel

On Thu, 14 Apr 2005 19:47:55 +0100 (BST) Prof Brian Ripley <ripley@stats.ox.ac.uk> wrote: > > and I thought it might be worthwhile to add one > > sentence or two to make it more clear in the doc...

Export dataframe to txt
Detlef Steuer · Jan 8, 2007 · r-help

On Mon, 8 Jan 2007 11:17:24 +0000 "Benjamin Dickgiesser" <dickgiesser at gmail.com> wrote: > Hi all, > > Is there a function to export a dataframe to a text file? > I want to store a large set of data which...

Run R in background?
Detlef Steuer · Jan 23, 2006 · r-help

Hi, look for BATCH in the manual. (The other friend is called "nohup" on unix) Detlef On Fri, 20 Jan 2006 13:53:05 -0800 (PST) luk <luk111111 at yahoo.com> wrote: > According to the manual, a R script can...

: RODBC and Sybase
Detlef Steuer · Jun 28, 2002 · r-help

On 28-Jun-2002 ripley at stats.ox.ac.uk wrote: > Does any other source work? I think RODBC needs to be updated to work > with 1.5.x (because of NA changes). I checked with MySQL/MyODBC/R-1...

Can't find what you're looking for? Try searching with Google .