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.

1,164 results for “from:Paul Gilbert”

--with-readline=yes
Paul Gilbert · Mar 20, 2005 · r-devel

I think --with-readline=yes is a new default, but it does not seem to be mentioned in the installation changes of NEWS. (I could easily be mistaken on this.) Paul Gilbert

Nov 17 beta
Paul Gilbert · Nov 17, 2003 · r-devel

I'm having trouble with this mornings beta (R1.8.1beta_2003-11-17.tar.gz) I've downloaded it twice and I get "unexpected end of file" when I try to gunzip it. Paul Gilbert

prcomp need Conj(t(s$vt)) (PR#2924)
Paul Gilbert · May 5, 2003 · r-devel

In prcomp s <- La.svd(x, nu = 0) s$v <- t(s$vt) the second above line should be s$v <- Conj(t(s$vt)) (to cover complex cases). Paul Gilbert

A "rude" question
Paul Gilbert · Feb 1, 2005 · r-help

Paul Gilbert wrote: > The design of the package system allows package developers to put > tests in packages, > and these are checked regularly (see ... This link should have been <http://cran.at.r-project.org/src/contrib/checkSummary.html>. Paul Gilbert

CRAN down?
Paul Gilbert · Jun 4, 2002 · r-devel

Is <cran.r-project.org> down or is it just me having trouble? Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body...

Wish list
Paul Gilbert · Jan 19, 2004 · r-devel

Duncan Murdoch wrote: > but they'll still have access via CRAN to > older versions of your package. Are you sure about that? I can't find old contributed packages, but it wouldn't be the first time I've missed...

"W32/Bagle-A" virus problems
Paul Gilbert · Jan 19, 2004 · r-devel

Today I have received a few messages infected with the "W32/Bagle-A" virus from various people/institutions associated with the R lists. (Not just in the from field, but also in the full header information.) Beware that this virus...

How to convert a Rd file into multi html files?
Paul Gilbert · Sep 9, 2003 · r-help

Paul Gilbert wrote: > The R packaging programs expect one .Rd file for each function, ... Sorry, this was not exactly correct. It expects one .Rd file for each documentation item (man page) indicated by \name{}, but that can document more than...

No repository set, so cyclic dependency check skipped
Paul Gilbert · Jan 26, 2014 · r-devel

When checking a package I am getting * checking package dependencies ... NOTE No repository set, so cyclic dependency check skipped How/where do I set the repository so I don't get this note? No doubt this is explained in Writing...

LazyLoad & Depends
Paul Gilbert · Oct 8, 2004 · r-devel

I have added LazyLoad and LazyData to the DESCRIPTION files for my packages. This does not seem to cause problems with R-1.9.1 (although, if I understand correctly, it does not do anything). Should I be specifying Depends...

R-devel.tar.gz
Paul Gilbert · Aug 14, 2001 · r-devel

R-devel.tar.gz seems to be missing from //fangorn.ci.tuwien.ac.at/R/src/devel. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un...

CRAN links
Paul Gilbert · May 27, 2002 · r-devel

Is anyone else have trouble with links to CRAN, R, R-CRAN, etc. at <ftp://cvs.r-project.org/pub/> ? Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info...

build in directory different from source
Paul Gilbert · Sep 24, 2003 · r-devel

When I configure and make R-devel in a directory other than the one where I keep the source, there are a few top level files which are not copied to the build directory. The ones I use are VERSION...

typo in factanal.Rd
Paul Gilbert · Jan 11, 2006 · r-devel

In the file factanal.Rd the line then the first fit is started at the value suggested by J\uffffreskog should be then the first fit is started at the value suggested by \enc{J\uffffreskog}{Joreskog} or whatever that...

HREFS for private packages - fixed? (PR#19)
Paul Gilbert · Feb 17, 1999 · r-devel

I just checked and it still seems to be a problem in R 0.63.2. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe...

R-alpha: compatability functions
Paul Gilbert · Dec 2, 1997 · r-devel

>Doesn't > exists("unix") >work? Yes. (At least it is true in unix, I can't verify that it is false otherwise.) Thanks, Paul -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html...

drop=F in [
Paul Gilbert · Jul 25, 2001 · r-help

>> dim(a[a[,1]<1,drop=F]) >NULL You forgot a comma: > dim(a[a[,1]<1,, drop=F]) [1] 1 3 Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html...

broken link in posting-guide.html
Paul Gilbert · Apr 4, 2007 · r-devel

There seems to be a broken link at <http://www.r-project.org/posting-guide.html> in the line *Technical details of posting*: See General Instructions <http://www.r-project.org/mail#instructions> for more details of the following: Paul...

require
Paul Gilbert · Jun 8, 2000 · r-devel

In Version 1.1.0 Under development (unstable) (June 7, 2000) require() returns NULL rather than TRUE as it previously did if a library is already attached. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at...

R 1.2 build
Paul Gilbert · Oct 4, 2000 · r-devel

>tar chXf $exclude $startdir/$filename $pkgname Yes it works, sorry for doubting. One might consider putting "core" in the list of files to exclude. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R...

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