Displaying 1 result from an estimated 1 matches for "rsundial".
Did you mean:
rsundials
2009 Jun 10
1
Preventing .Call from printing a blank line to the R console on Windows
Hello everyone,
I am using the CVODES integrator in the Rsundials package. Every time
I call the integrator, a blank line is printed in the console. Using
debug, I was able to isolate the problem to this line in the function
cvodes(...):
solutions = .Call("cvodes", PACKAGE = "Rsundials", as.double(y), ...
Since I am running the integrator...