Re: [R] masked from package:base?

2005-12-02 Thread August Berg
On 12/1/05, Arne Henningsen [EMAIL PROTECTED] wrote: On Friday 02 December 2005 02:50, August Berg wrote: I am confused by the following description in http://www.maths.lth.se/help/R/.R/library/systemfit/html/hausman.systemfit . html what does the Not run mean? This means

Re: [R] masked from package:base?

2005-12-02 Thread August Berg
On 12/2/05, Arne Henningsen [EMAIL PROTECTED] wrote: On Friday 02 December 2005 09:00, you wrote: On 12/1/05, Arne Henningsen [EMAIL PROTECTED] wrote: On Friday 02 December 2005 02:50, August Berg wrote: I am confused by the following description in http://www.maths.lth.se/help/R

Re: [R] masked from package:base?

2005-12-02 Thread August Berg
On 12/1/05, Arne Henningsen [EMAIL PROTECTED] wrote: On Friday 02 December 2005 02:50, August Berg wrote: I am confused by the following description in http://www.maths.lth.se/help/R/.R/library/systemfit/html/hausman.systemfit . html what does the Not run mean? This means

Re: [R] masked from package:base?

2005-12-02 Thread August Berg
On 12/1/05, Arne Henningsen [EMAIL PROTECTED] wrote: On Friday 02 December 2005 02:50, August Berg wrote: I am confused by the following description in http://www.maths.lth.se/help/R/.R/library/systemfit/html/hausman.systemfit . html what does the Not run mean? This means

Re: [R] masked from package:base?

2005-12-02 Thread August Berg
The source of an R package can be checked by the command R CMD check package_name (on a Unix/Linux machines; on Windows machines this is slightly different). In fact, it is exactly the same command on Windows. Uwe Ligges Why it did not work for me? library( systemfit ) R CMD

[R] masked from package:base?

2005-12-01 Thread August Berg
I am confused by the following description in http://www.maths.lth.se/help/R/.R/library/systemfit/html/hausman.systemfit.html what does the Not run mean? if we do not load systemfit, how can we run the following code? ## Not run: library( systemfit ) data( kmenta ) attach( kmenta ) ... I

[R] about kidpack package

2005-11-30 Thread August Berg
* I have both R and Biobase and also download kidpack_1.1.1.tar.gz. After I unzip the gz file, I got the folders and files. Then i got lost: how to install the package of kidpack(because there is no zipped file after I uninstall kidpack_1.1.1.tar.gz)? If I choose install from local zipped file,

Re: [R] about kidpack package

2005-11-30 Thread August Berg
library(kidpack) Error in library(kidpack) : 'kidpack' is not a valid package -- installed 2.0.0? On 11/30/05, August Berg [EMAIL PROTECTED] wrote: * I have both R and Biobase and also download kidpack_1.1.1.tar.gz. After I unzip the gz file, I got the folders and files. Then i got lost