Re: [Rd] Problem with .First.lib while running R CMD check

2004-05-31 Thread Martin Maechler
> "Frank" == Frank E Harrell <[EMAIL PROTECTED]> > on Mon, 31 May 2004 18:44:55 +0200 writes: Frank> I am having difficulty running R CMD check using the Frank> 30May04 version of R-devel and a new version of the Frank> Hmisc package: Frank> * checking S3 generic/metho

[Rd] Problem with .First.lib while running R CMD check

2004-05-31 Thread Frank E Harrell Jr
I am having difficulty running R CMD check using the 30May04 version of R-devel and a new version of the Hmisc package: * checking S3 generic/method consistency ... WARNING Error in .tryQuietly({ : Error in library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE) : .Fi

RE: [Rd] Several libraries won't load with (PR#6927)

2004-05-31 Thread Liaw, Andy
> From: Uwe Ligges > > [EMAIL PROTECTED] wrote: [...] > > 3. Martin's comment > >> Are you running another version of R simultaneously? > >> IIRC, Windoze has the nice feature to sometimes lock > files when > >> it shouldn't. > > isn't the problem. I have two Rgui and one iESS [

[Rd] barplot() behavior changes under 1.9.1 Alpha

2004-05-31 Thread Marc Schwartz
Greetings all, It would appear that some default behavior changes for barplot() have been introduced into Version 1.9.1 alpha (2004-05-30). One change is in the specification of the default 'col' argument, which is now: col: a vector of colors for the bars or bar components. By default, grey is

Re: [Rd] Several libraries won't load with (PR#6927)

2004-05-31 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: Thank you both. 1. It looks like part of the problem is indeed that the packages in the patched version for Windows aren't coordinated with the libraries. rw1090 library(MASS) ## works rw1090pat library(MASS) ## doesn't work library(MASS, lib.loc="c:/progra~1/R/rw1090/lib

Re: [Rd] Several libraries won't load with (PR#6927)

2004-05-31 Thread rmh
Thank you both. 1. It looks like part of the problem is indeed that the packages in the patched version for Windows aren't coordinated with the libraries. rw1090 library(MASS) ## works rw1090pat library(MASS) ## doesn't work library(MASS, lib.loc="c:/progra~1/R/rw1090/library") ## works 2.

Re: [Rd] Several libraries won't load with rw1090pat (PR#6926)

2004-05-31 Thread maechler
This is not a bug AFAICS!! > "RMH" == Richard M Heiberger <[EMAIL PROTECTED]> > on Mon, 31 May 2004 01:28:47 +0200 (CEST) writes: RMH> Several libraries won't load with rw1090pat. It is **packages** (really!)[*.dll files typically are libraries] RMH> MASS which is incl

Re: [Rd] e1071 build issue

2004-05-31 Thread Al Piszcz
Thank you: The VR bundle corrected by e1071 build issue. On Mon, 31 May 2004, Uwe Ligges wrote: Date: Mon, 31 May 2004 12:56:55 +0200 From: Uwe Ligges <[EMAIL PROTECTED]> To: Al Piszcz <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: [Rd] e1071 build issue Al Piszcz wrote: ** save image Err

Re: [Rd] e1071 build issue

2004-05-31 Thread Uwe Ligges
Al Piszcz wrote: ** save image Error in loadNamespace(i[[1]], c(lib.loc, .libPaths()), keep.source) : There is no package called 'class' I see you solved your former problem by inbstalling r-devel. Note that the recommended packages (including class in the VR bundle) are not included. Hen