[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

Re: [R] C# DLL Library

2010-03-17 Thread Jeremie Smaga
-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. -- Jeremie Smaga [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

[R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
, -- 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 commented

Re: [R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
know if it is really recommended. (In fact, I would love to be able to develop it in Visual Studio because it is where I developed the rest of my platform). So, what would you advise? Thanks, -- Jeremie Smaga [[alternative HTML version deleted

Re: [R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
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/cgi-bin/mailman/listinfo/rcpp-devel Romain Le 16/03/10 11:43, Jeremie Smaga a écrit : Hello Richard, Thanks

Re: [R] C# DLL Library

2010-03-16 Thread Jeremie Smaga
, Jeremie Smaga a écrit : Hello Richard, Thanks for the tips. I was aware of the R(D)COM. In the last public version, there is now splash screen appearing which is kind of boring so I think I need to buy it or something. Anyway, I think the idea was to create a common CORE library

[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