Re: [Rd] rw2000dev: problems with library(foreign)

2004-09-24 Thread Kjetil Brinchmann Halvorsen
Uwe Ligges wrote:
Just downloaded and installed todays rw2000beta,
problem disappeared (as Patrick Burns also reported).
Kjetil
Kjetil Brinchmann Halvorsen wrote:
Martin Maechler wrote:
"Kjetil" == Kjetil Brinchmann Halvorsen <[EMAIL PROTECTED]>
   on Fri, 24 Sep 2004 10:10:39 -0400 writes:
  


   Kjetil> I get the following
   >> library(foreign)
   Kjetil> Error in namespaceExport(ns, exports) : undefined
   Kjetil> exports: write.foreign Error in library(foreign) :
   Kjetil> package/namespace load failed for 'foreign'
   Kjetil> with rw2000dev as of (2004-09-17
Does
 > system.file(package="foreign")
give the same initial path as
 > system.file(package="base")
?
If yes, I cannot help further;
if no,  this explains the problem:  you're picking up a wrong
version of the  foreign package.
 

 > system.file(package="foreign")
[1] "C:/R/rw2000dev/library/foreign"
 > system.file(package="base")
[1] "C:/R/rw2000dev/library/base"

Works for me with the recent beta (both with my own as well as with 
Duncan's build).
Kjetil, can you please try out the recent build?

Thanks!
Uwe

Kjetil
Regards,
Martin

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


--
Kjetil Halvorsen.
Peace is the most effective weapon of mass construction.
  --  Mahdi Elmandjra
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] rw2000dev: problems with library(foreign)

2004-09-24 Thread Duncan Murdoch
On Fri, 24 Sep 2004 10:10:39 -0400, Kjetil Brinchmann Halvorsen
<[EMAIL PROTECTED]> wrote :

>I get the following
>
> > library(foreign)
>Error in namespaceExport(ns, exports) : undefined exports: write.foreign
>Error in library(foreign) : package/namespace load failed for 'foreign'
>
>with rw2000dev as of   (2004-09-17

CRAN has an 09-22 build now, and it includes a fix to seek() that was
affecting foreign.  I don't see how it would have led to the error you
saw, but you never know...

Please do try a current download, and let me know if you still see the
error.

Duncan

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] rw2000dev: problems with library(foreign)

2004-09-24 Thread Patrick Burns
For what it is worth, I have the same development version as Kjetil
platform i386-pc-mingw32
arch i386   
os   mingw32
system   i386, mingw32  
status   Under development (unstable)
major2  
minor0.0
year 2004   
month09 
day  17 
language R 

(Duncan's compilation) with Windows 2000
and I get the error message.
Pat
Uwe Ligges wrote:
Kjetil Brinchmann Halvorsen wrote:
Martin Maechler wrote:
"Kjetil" == Kjetil Brinchmann Halvorsen <[EMAIL PROTECTED]>
   on Fri, 24 Sep 2004 10:10:39 -0400 writes:
  


   Kjetil> I get the following
   >> library(foreign)
   Kjetil> Error in namespaceExport(ns, exports) : undefined
   Kjetil> exports: write.foreign Error in library(foreign) :
   Kjetil> package/namespace load failed for 'foreign'
   Kjetil> with rw2000dev as of (2004-09-17
Does
 > system.file(package="foreign")
give the same initial path as
 > system.file(package="base")
?
If yes, I cannot help further;
if no,  this explains the problem:  you're picking up a wrong
version of the  foreign package.
 

 > system.file(package="foreign")
[1] "C:/R/rw2000dev/library/foreign"
 > system.file(package="base")
[1] "C:/R/rw2000dev/library/base"

Works for me with the recent beta (both with my own as well as with 
Duncan's build).
Kjetil, can you please try out the recent build?

Thanks!
Uwe

Kjetil
Regards,
Martin

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] rw2000dev: problems with library(foreign)

2004-09-24 Thread Uwe Ligges
Kjetil Brinchmann Halvorsen wrote:
Martin Maechler wrote:
"Kjetil" == Kjetil Brinchmann Halvorsen <[EMAIL PROTECTED]>
   on Fri, 24 Sep 2004 10:10:39 -0400 writes:
  

   Kjetil> I get the following
   >> library(foreign)
   Kjetil> Error in namespaceExport(ns, exports) : undefined
   Kjetil> exports: write.foreign Error in library(foreign) :
   Kjetil> package/namespace load failed for 'foreign'
   Kjetil> with rw2000dev as of (2004-09-17
Does
 > system.file(package="foreign")
give the same initial path as
 > system.file(package="base")
?
If yes, I cannot help further;
if no,  this explains the problem:  you're picking up a wrong
version of the  foreign package.
 

 > system.file(package="foreign")
[1] "C:/R/rw2000dev/library/foreign"
 > system.file(package="base")
[1] "C:/R/rw2000dev/library/base"

Works for me with the recent beta (both with my own as well as with 
Duncan's build).
Kjetil, can you please try out the recent build?

Thanks!
Uwe

Kjetil
Regards,
Martin
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] rw2000dev: problems with library(foreign)

2004-09-24 Thread Kjetil Brinchmann Halvorsen
Martin Maechler wrote:
"Kjetil" == Kjetil Brinchmann Halvorsen <[EMAIL PROTECTED]>
   on Fri, 24 Sep 2004 10:10:39 -0400 writes:
   

   Kjetil> I get the following
   >> library(foreign)
   Kjetil> Error in namespaceExport(ns, exports) : undefined
   Kjetil> exports: write.foreign Error in library(foreign) :
   Kjetil> package/namespace load failed for 'foreign'
   Kjetil> with rw2000dev as of (2004-09-17
Does
 > system.file(package="foreign")
give the same initial path as
 > system.file(package="base")
?
If yes, I cannot help further;
if no,  this explains the problem:  you're picking up a wrong
version of the  foreign package.
 

> system.file(package="foreign")
[1] "C:/R/rw2000dev/library/foreign"
> system.file(package="base")
[1] "C:/R/rw2000dev/library/base"
Kjetil
Regards,
Martin
 


--
Kjetil Halvorsen.
Peace is the most effective weapon of mass construction.
  --  Mahdi Elmandjra
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


Re: [Rd] rw2000dev: problems with library(foreign)

2004-09-24 Thread Martin Maechler
> "Kjetil" == Kjetil Brinchmann Halvorsen <[EMAIL PROTECTED]>
> on Fri, 24 Sep 2004 10:10:39 -0400 writes:

Kjetil> I get the following
>> library(foreign)
Kjetil> Error in namespaceExport(ns, exports) : undefined
Kjetil> exports: write.foreign Error in library(foreign) :
Kjetil> package/namespace load failed for 'foreign'

Kjetil> with rw2000dev as of (2004-09-17

Does
  > system.file(package="foreign")

give the same initial path as
  > system.file(package="base")

?

If yes, I cannot help further;
if no,  this explains the problem:  you're picking up a wrong
version of the  foreign package.

Regards,
Martin

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel


[Rd] rw2000dev: problems with library(foreign)

2004-09-24 Thread Kjetil Brinchmann Halvorsen
I get the following
> library(foreign)
Error in namespaceExport(ns, exports) : undefined exports: write.foreign
Error in library(foreign) : package/namespace load failed for 'foreign'
with rw2000dev as of   (2004-09-17
Kjetil
--
Kjetil Halvorsen.
Peace is the most effective weapon of mass construction.
  --  Mahdi Elmandjra
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel