'Malformed package version' compiling on Windows 7

Before revision 1908 I don't have this problem. On revision 1909 and afterwards, I get the output below.
This error occurs with both R 2.13.0 and R 2.14.2. This is with the PATH location referring specifically to R-2.X.X\bin\i386 for each, so I don't think it has anything to do with 64-bitness. Also, builds correctly on a Ubuntu install on the same machine.
c:\Users\Dan\Documents\Projects\openmx\trunk>make install
svnversion: not found
svnversion: not found
rm -rf build/*
rm -rf models/passing/temp-files/*
rm -rf models/failing/temp-files/*
svnversion: not found
cp DESCRIPTION DESCRIPTION.bak
sed '/Version:/d' DESCRIPTION.bak > DESCRIPTION
echo "Version: "999.0.0"-" >> DESCRIPTION
cd build; R CMD build ..
* checking for file '../DESCRIPTION' ... OK
* preparing 'OpenMx':
* checking DESCRIPTION meta-information ... ERROR
Malformed package version.
See the information on DESCRIPTION files in section 'Creating R
packages' of the 'Writing R Extensions' manual.
make: *** [build/OpenMx_999.0.0-.tar.gz] Error 1
You'll need the "svnversion"
Log in or register to post comments
In reply to You'll need the "svnversion" by mspiegel
Fixed
It seems that TortoiseSVN doesn't install SVN command line utilities by default.
Log in or register to post comments