Displaying 4 results from an estimated 4 matches for "rabbitus".
Did you mean:
rabbits
2009 Mar 29
2
Compiler options for Makefile.win
...VC\bin/cl" /I"C:\root/include"
/FIw32p
ragma.h /MT /EHsc /Ox /D "MSVC" /D "WIN32" /c TStat.cxx
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
TStat.cxx
Created c:\home\Rabbitus\CRAN\xps\chm\xps.chm, 166,304 bytes
Compression decreased file by 442,728 bytes.
** building package indices ...
** MD5 sums
* DONE (xps)
* creating vignettes ... OK
* cleaning src
Created c:\home\Rabbitus\temp\Rbuild210430099\xps\chm\xps.chm, 166,308 bytes
Compression decreased file by 442,724 b...
2008 Dec 05
2
Error in R CMD INSTALL on Windows XP using Rtools28
...;
"C:\root/lib/libGed.lib" "C:\root/lib/libTreePlayer.lib"
"C:\root/lib/libTreeViewer.lib" *.obj
Creating library xps.lib and object xps.exp
... done
installing DLL
installing R files
installing inst files
FIND: Parameterformat falsch
make[2]: *** [C:/home/Rabbitus/CRAN/xps.Rcheck/xps/inst] Error 2
make[1]: *** [all] Error 2
make: *** [pkg-xps] Error 2
*** Installation of xps failed ***
However, when I install my package on my Windows XP laptop, everything
is ok:
---------- Making package xps ------------
...
...
xpsDict.cxx
"C:\Programme\Microsoft V...
2015 Sep 26
6
Hidden files problem in R CMD check
Dear Dirk,
Yes, I know, however forget for one moment R.
If I use tar independent of R it still should not create these hidden
files.
BTW, do you know where these hidden files are stored on the Mac?
Best regards,
Christian
On 09/26/15 23:01, Dirk Eddelbuettel wrote:
>
> On 26 September 2015 at 22:41, cstrato wrote:
> | Dear Simon,
> |
> | Thank you very much for your help, it
2009 Sep 18
1
Package crashes R under Windows Vista
...tion works on Windows Vista, although
I can run "R CMD INSTALL" in both cases. However, when loading
"library(xps)" using Rterm.exe I get the following two cases:
1, xps compiled on Vista with option "/MD":
new R session:
> library(xps,lib.loc="C:/home/Rabbitus/CRAN/myRlib")
Error in inDL(x, as.logical(local), as.logical(now), ...) :
cannot load shared library 'C:/home/CS/CRAN/myRlib/xps/libs/xps.dll':
LoadLibrary failure: A DLL-Initialisationroutine failed.
Then R crashes and Vista displays a Dialogbox with the following messag...