Skip to content

Rinst.exe question

1 message · Brian Ripley

#
Nope, it looks for *.zip in the directory. It does not look for *.ZIP.
Yes, that's because they are being saved under their 8.3 MS-DOS name,
so the real name is GSS.ZIP, and Explorer is lying to you.
It only happens to those whose lowercased 8.3 name is the same as the
actual name.  That is, the original name is all lower case, less than
8+3 chars.
Well, there are two related problems. Explorer likes to display the
name as Temp, but it is really TEMP.  (That can be turned off, at least
on some versions of Windows. I have it turned off.)  However NT has a
habit of actually re-mapping names, as you saw with netscape.

I can alter rwinst (which really is rwinst, not Rwinst or Rinst)
to look for *.ZIP too, but not before the release of rw1000 tomorrow. 

By the way, the preferred way to install packages is with install.packages(),
which you can use either with a local zip (or even ZIP) file or from
a CRAN repository (well, from tomorrow as the index there is currently
wrong).