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