Displaying 2 results from an estimated 2 matches for "xpsdict".
Did you mean:
pspict
2010 Sep 13
4
Problem with WARNING...headers with CRLF line endings
Dear all,
When running R CMD check on Windows XP to test my package I get the
following warning message:
"* checking line endings in C/C++/Fortran sources/headers ... WARNING
Found the following sources/headers with CR or CRLF line endings:
src/xpsDict.h"
The problem is that this file is created by the compiler AUTOMATICALLY
during the compilation process, and since the file is created by VC++ on
WinXP, it will always have CRLF line endings.
Thus my question is:
- Is it really necessary to issues this warning message?
- If yes, could it...
2008 Dec 05
2
Error in R CMD INSTALL on Windows XP using Rtools28
Dear all
When trying to install my package on Windows XP on my Mac, I get the
following error:
---------- Making package xps ------------
...
...
xpsDict.cxx
"C:\Programme\Microsoft Visual Studio 9.0\VC\bin/link" /dll /def:xps.def
/out:xps.dll fp10.obj -opt:noref -nologo -include:_G__cpp_setupG__Hist
-include:_G__cpp_setupG__Graf1 -include:_G__cpp_setupG__G3D
-include:_G__cpp_setupG__GPad -include:_G__cpp_setupG__Tree
-include:_G__cp...