Displaying 1 result from an estimated 1 matches for "tobuild".
Did you mean:
nobuild
2007 Jun 25
1
problem building first package
...t
file that comes with Rtools, but most of this is new to me and clearly
I'm missing something. Here's what I've done:
-Downloaded perl and Rtools and put them in my c directory
-Used package.skeleton() to set up the package structure and put the
package-to-be "removal" in C:\toBuild
-I edited my path to :
C:\Rtools\bin;C:\perl\bin;C:\Rtools\MinGW\bin;C:\R-2.5.0\bin;...
-I changed the following in the MkRules file:
1)HEADER=C:/Rtools/MinGW/include
2)HELPTYPES = -txt
3)WINHELP = NO
4)HEADER=C:/Rtools/MinGW/include
5)R_EXE=C:/R-2.5.0/bin/R.exe
-Next, I opened up a command prompt...