Displaying 1 result from an estimated 1 matches for "typewritten".
Did you mean:
typewriter
2004 Nov 07
4
writing a simple package in R 2.0 under Windows XP
...00
The PATH has been defined as environment variable in Windows XP as:
C:\Perl\Rtools;C:\Perl\bin;...;C:\R\rw2000\bin
A trial package named "AnExample" has been prepared as indicated in the
example of package.skeleton() of the library "utils" and put in C:\
from there I have typewritten:
C:\>RCMD build AnExample
With this result:
Can't open perl script "C:\R\rw2000/bin/build": No such file or directory
I could catch that indeed 'build.exe' does not exist in this directory
(which is true...) and tried to find it somewhere on my c: disk.
Unfortunately,...