Displaying 5 results from an estimated 5 matches for "paulse".
Did you mean:
paulsen
2005 Aug 16
2
quirky behavior from rbinom (PR#8071)
Full_Name: Chris Paulse
Version: 2.1.1
OS: WinXP
Submission from: (NULL) (129.98.60.134)
This seems strange. I have a small block of code that repeatedly calls rbinom.
I put a break in there in case it returns NaN, as I've been having problems with
this. Here is a transcript from the debug session:
Browse[1]>...
2005 Aug 29
1
interactive time series plot
...hat I'd like to do is modify the function so that it stays within a loop
and accepts right and left cursor keys (or h and l) to shift the current
window backwards and forwards (with the q key causing a break from the
loop).
Is this possible with the par(ask=TRUE) command?
Thanks,
Chris Paulse
[[alternative HTML version deleted]]
2005 Aug 29
2
floating point control on windows
...his didn't fix my problem. I ended up sprinkling these liberally
throughout my code, but that didn't help. One thing I do like about the
Microsoft compiler is the debugging facility. But, I'll definitely switch
to gcc if this is necessary to get rid of the problem.
Thanks,
Chris Paulse
[[alternative HTML version deleted]]
2012 Mar 04
2
No sound, drivers, or devices.
...tab, and for drivers it say "Selected Driver: (None)". Then below that all the defaults say "(System Default)" and theres nothing for me to change any of them too. Clicking on test sound makes no noise, and since I never used a defferent version of wine, it never worked. I keep paulse audio disabled becuase it made I spent forever trying to get skype to work with it but never could, so disabling it and using ALSA is the only way for skype to work. I run wine 1.3.37 on xubuntu 11.04.
Clicking on test sound gives me this in terminal:
Code:
err:ole:CoGetClassObject class {5b035...
2005 Sep 20
2
indicating progress in RGui from a c function
Hi,
I'm sure this issue has come up before, but searching the archives didn't
lead me to a solution or resolution of the issue.
I'd like to indicate progress of a calculation from within a C shared
library to the R GUI. The apparent function call is flush.console() after
RPrintf, but it isn't clear to me what the easiest way to do this is. Would
it be possible to add a flag