Displaying 1 result from an estimated 1 matches for "cdgam".
2005 Aug 18
1
Problem with building R packages under Windows
...d) which
is C:\Program Files\R\rw2000pat\bin
5. Since my codes are all in R scripts without compiled codes, I did not
install MinGW.
6. At DOS prompt at the preamble of the directory called foo (which
contained all subdirectories as created in R using
package.skeleton(name = "foo", list=cdgam.func)),
I typed the following:
C:\>Rcmd build --binary foo
Can't locate R/Dcf.pm in @INC <@INC contains: c:\share\perl c:/Perl/lib
c:/Perl/site/lib .> at C:/bin/build line 29.
BEGIN failed--compilation aborted at C:/bin/build line 29.
I'd be very grateful if anyone could kindly a...