Re: [R] sessionInfo() error

2008-10-30 Thread Felix Andrews
Does the "Description:" entry need to be hard-wrapped with follow-on lines indented 2 spaces? 2008/10/30 Michael Friendly <[EMAIL PROTECTED]>: > [Using R 2.7.2 on Windows XP] > After re-building our heplots package, I've begun to get the following error > from sessionInfo(), > even though it pas

Re: [R] sessionInfo() error

2008-10-30 Thread Yihui Xie
I think there must be something wrong with the result of packageDescription('heplots'). It should be a list, but in your case, it is a vector (probably NA, I guess). Regards, Yihui -- Yihui Xie <[EMAIL PROTECTED]> Phone: +86-(0)10-82509086 Fax: +86-(0)10-82509086 Mobile: +86-15810805877 Homepage:

[R] sessionInfo() error

2008-10-29 Thread Michael Friendly
[Using R 2.7.2 on Windows XP] After re-building our heplots package, I've begun to get the following error from sessionInfo(), even though it passes R CMD check and builds without errors: > sessionInfo() Error in x$Priority : $ operator is invalid for atomic vectors In addition: Warning message