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.

570 results for “from:Martyn Plummer”

R-1.3.0 RPM for Red Hat Linux/Intel
Martyn Plummer · Jun 26, 2001 · r-announce

An RPM of R-1.3.0 for Red Hat Linux 7.x/Intel is available on the main CRAN site and should be on a mirror near you soon. I am no longer supporting Red Hat 6.x. Martyn...

R-beta: dyn.load() on a Linux Red Hat 3.0.3 system
Martyn Plummer · Oct 1, 1998 · r-help

I think RedHat 3.0 uses the a.out executable format and so won't support the dlopen interface. If this is the case I don't know what to recommend short of a complete reinstall. Martyn -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing...

Sad story with happy ending
Martyn Plummer · Jan 10, 2001 · r-help

On 10-Jan-01 Peter Kleiweg wrote: > I built R 1.1.0 and R 1.2.0 without problems on RedHat 5.0, > with gcc version 2.7.2.3. My comments were specific to Red Hat 7.0...

Installing R on RedHat7.0
Martyn Plummer · Nov 6, 2000 · r-help

I have been struggling with this problem on my own over the weekend. I should have popped into work to read my mail! I found that turning off the optimization for the C compiler also solves this problem, although Tom...

Solve f(x) = 0
Martyn Plummer · Jun 8, 2005 · r-help

On Wed, 2005-06-08 at 17:08 +0200, Fredrik Thuring wrote: > Hi! > > Im need a function that solves the equation f(x) = 0 (i.e. the root of > the function) when f is a nonlinear function. Is there any...

RH 9 and R 1.7.0 Beta - response from Red Hat
Martyn Plummer · Apr 7, 2003 · r-devel

Attached is Red Hat's judgement on my bug report for the missing value corruption problem that appears in RH 9. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=88174 Martyn -------------- next part -------------- An embedded message was scrubbed... From...

Martyn Plummer · Nov 9, 1999 · r-help

I usually do this by saving the spreadsheet in comma-separated variable (csv) format, and then read it into R with this command foo.dat <- read.table("foo.csv", header=TRUE, sep=",") Martyn On 09-Nov-99 Nestler, Angelika wrote...

Can't install "e1071"
Martyn Plummer · Apr 4, 2001 · r-devel

I have done a little digging, and the problem with netpbm on Red Hat linux 7.0 is due to them not using the standard install mechanism for the header files. I have submitted a bug report (#34653). We'll...

strptime("1","%m") returns NA
Martyn Plummer · Jan 17, 2017 · r-devel

Hi Frederik, On Mon, 2017-01-16 at 18:20 -0800, frederik at ofb.net wrote: > Hi R Devel, > > I wrote some code which depends on 'strptime' being able to parse an > incomplete date, like this: > > > > > base::strptime("2016","%Y...

Five new ordinary members of the R Foundation
Martyn Plummer · Nov 3, 2016 · r-announce

The R Foundation has elected five new ordinary members in recognition of their contributions to the R project: * Jennifer Bryan? ??https://www.stat.ubc.ca/~jenny/ * Diane Cook? ??http://dicook.github.io/ * Julie Josse? ??http://juliejosse.com/ * Tomas Kalibera ??https...

R 1.5.0 RPMs for Red Hat Linux 7.2/Intel
Martyn Plummer · May 3, 2002 · r-announce

RPMS of R-1.5.0 and the recommended packages for Red Hat Linux/Intel 7.2 are now available on the CRAN master site and should be on a mirror near you soon. RPMS for Red Hat 7.1...

R binaries for Red Hat Linux/SPARC
Martyn Plummer · Oct 29, 1998 · r-announce

Thanks to Vin Everett and David Clayton <david.clayton at mrc-bsu.cam.ac.uk>, an RPM package of R-0.62.4 for Red Hat Linux/SPARC 5.1 is now available on CRAN. This means that RPMs are...

Some problems with R and/or locfit
Martyn Plummer · Feb 22, 2000 · r-help

It's not a problem with R or locfit, but with your build environment which does not match the one used to make the R RPM. Either install the egcs-g77 package, which provides libg2c Or Edit /usr/lib/R...

[R-pkg-devel] Future location of Rtools?
Martyn Plummer · Oct 25, 2017 · r-package-devel

On Wed, 2017-10-25 at 10:52 +0200, Uwe Ligges wrote: > > On 25.10.2017 10:48, "Jens Oehlschl?gel" wrote: > > Good morning, > > > > Duncan has announced that he steps back from the maintenance of Rtools. > > Where will I find...

Checking the existence of a file
Martyn Plummer · Jun 15, 2000 · r-help

On 15-Jun-00 Jonathan Myles wrote: > > Is there a platform-independent way of checking in R whether a > given file exists in the user's filespace? > > (so in a unix system, can you check within R whather, say, > > /homef...

R-beta: RPM package for R
Martyn Plummer · Jun 9, 1997 · r-help

I have created an RPM package of R-0.49 (with patches) for Linux distributions which use the Redhat Package Management system. Before uploading it to CRAN I would like somebody independent to test it. If you would like to...

RPMS for Fedora/RedHat
Martyn Plummer · Nov 17, 2004 · r-help

An RPM for R 2.0.1 on Fedora Core 3/i386 should now be available on a CRAN mirror near you. Unfortunately, I am temporarily unable to build RPMS for previous versions of Fedora and Red Hat Linux due...

wait for user input
Martyn Plummer · Feb 20, 2001 · r-help

On 20-Feb-01 Bill Simpson wrote: > I want to display a series of plots: > > display plot 1 > wait for user input (keypress or mouse click) > display plot 2 > etc > > How to do it? Thanks for any help. > (I have...

Three graphs
Martyn Plummer · Mar 31, 2003 · r-help

On Mon, 2003-03-31 at 13:25, Michael Mader wrote: > Kenneth Cabrera wrote: > > > How can I obtain 3 graphics in a page but, one on the top and centered, and > > the other two in the bottom ? > ?par > but probably...

Basic time series library
Martyn Plummer · Jun 11, 1999 · r-announce

A small package called "bats" is now available in the "Devel" directory of CRAN. This contains time series functions which are not wholly unlike the ones found in S-PLUS It currently does - Autocorrelation function estimation (acf, plot.acf) - Spectral...

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