Yev Kirpichevsky
2004-Jun-15 22:21 UTC
[R] Fwd: building and installing a package in Windows
Thanks to everyone who responded to my 'Perl' problem! Indeed, it wasn't in the Path. I now have a different problem and would appreciate any insights: after I run "Rcmd build mypackage", I get the following error: "'sh' is not recognized as a command, program, or batch file" Thanks in advance, -yevgeniy>Date: Tue, 15 Jun 2004 16:04:36 -0400 >To: r-help at stat.math.ethz.ch >From: Yev Kirpichevsky <kirpich at fas.harvard.edu> >Subject: building and installing a package in Windows > >I'm trying to install a package in windows. I have a package directory, >which contains all the essentials: .Rd in the Man directory, DESCRIPTION >file, etc. I copied it to my R\bin directory, where the Rcmd file is located. >Then, when I try to run "Rcmd build mypackage" from that directory in DOS, >I get the following error: "'perl' is not recognized as a command..." >I would appreciate any help on this matter. Thank you very much! >-Yevgeniy
Please follow the instructions in readme.packages very, very, very, very carefully. Andy> From: Yev Kirpichevsky > > Thanks to everyone who responded to my 'Perl' problem! > Indeed, it wasn't > in the Path. > > I now have a different problem and would appreciate any insights: > after I run "Rcmd build mypackage", I get the following error: > "'sh' is not recognized as a command, program, or batch file" > Thanks in advance, > > -yevgeniy
Maybe Matching Threads
- building and installing a package in Windows
- installing packages and libraries
- Clang API: any way to use a virtual filesystem ?
- building R-package under windows - error - in options("deafultPackages") was not found
- making changes to global variables in functions