Re: [Rd] loading library from network share (PR#8982)

2006-06-21 Thread roy_kuraisa
Thanks for the info. It's interesting that R can load the library using a network share naming convention but that the library path has the "\" replaced with "/". I guess it's too much to ask for R not to muck with the file name provided (for a variety of reasons). My package works fine except

[Rd] loading library from network share (PR#8982)

2006-06-14 Thread roy_kuraisa
Full_Name: roy kuraisa Version: 2.2.1 OS: Windows XP SP2 Submission from: (NULL) (155.91.28.232) When loading a library from network share drive (e.g., \\nnn\f1\f2\p1), when First.lib is called, the libray name contains "/" instead of "\" resulting in an invalid Windows filepath. Here's an examp