[R] R crashes with large vectors

2010-07-09 Thread Jeremie Smaga
Good afternoon, I have been experiencing a lot of crashes working with large vectors in R. Specifically, I am using XTS of length of minimum 120k elements. My problem is that I cannot display the vector (otherwise R crashes), I cannot plot it either (otherwise R crashes). That could be solved by

Re: [R] C# DLL Library

2010-03-17 Thread Jeremie Smaga
er works great as a development >> environment, and I can create complex installations, for example with >> NONMEM, and provide my colleagues the virtual machine as a no-brainer. >> >> Dieter >> >> >> >> >

Re: [R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
gt; https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel > > Romain > > > Le 16/03/10 11:43, Jeremie Smaga a écrit : > >> >> Hello Richard, >> >> Thanks for the tips. >> >> I was aware of the R(D)COM. In the last public version

Re: [R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
, package = "Rcpp" ) > > For semi-self-explanatory code examples, you can consult our unit tests: > > > system.file( "unitTests", package = "Rcpp" ) > > For more questions, we have a dedicated mailing list: > https://lists.r-forge.r-project.org/

Re: [R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
, I am not sure that the DLL created with C# will be > compatible. > > I still have not implemented anything, so if it is only a matter of > method > > signatures, I can make sure everything fits. > > > > Otherwise, I could use a C++ DLL, but I don't know if it is really

[R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
hanks, -- Jeremie Smaga [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide comm

[R] Date label lost while inverting y axis.

2010-02-19 Thread Jeremie Smaga
Good morning, I am currently displaying a time series with the time on the Y axis, and the values on the X axis. The problem is that I wanted to reverse the Y axis (that is, to have the latest date the closest to the X axis). So I looked for a way to do this on this mailing list and I found a resp