Displaying 8 results from an estimated 8 matches for "vilmos".
Did you mean:
videos
2008 Aug 16
1
unique.default problem (PR#12551)
Full_Name: Vilmos Prokaj
Version: R 2.7.1
OS: windows
Submission from: (NULL) (213.181.195.84)
Dear developers,
The following line of code (produced by a mistake) caused an infinite loop
unique("a",c("a","b"))
or also
unique(1,1:2)
I made a little investigation, and it seems to...
2007 Aug 23
1
missing --vanilla option in INSTALL (PR#9877)
Full_Name: Vilmos Prokaj
Version: 2.5.1
OS: windows
Submission from: (NULL) (81.183.3.216)
I'm not sure that this is really a bug, if not I do not understand why should it
be in this way.
Most of the scripts used to build and install new packages calls the R program
with the
--slave --vanilla command line op...
2006 Nov 21
2
packBits (PR#9374)
Full_Name: Prokaj Vilmos
Version: R 2-4-0
OS: Windows
Submission from: (NULL) (193.224.79.8)
PackBits(rbinom(32,1,0.5)==1,"integer")
does not work.
z<-packBits(rbinom(32,1,.5)==1,"integer")
Error in packBits(x, type) : argument 'x' must be raw, integer or logical
Taking a closer look at...
2008 Oct 15
1
aggregate(empty data.frame) (PR#13167)
Full_Name: Vilmos Prokaj
Version: R-2..7.1
OS: Win XP
Submission from: (NULL) (157.181.227.218)
The 'aggregate' function on an empty data.frame generate an error, however it
should return according to the documentation an empty data.frame.
e.g.
z<-data.frame(a=integer(0),b=numeric(0))
aggregate(z,by=z[...
2006 Mar 17
1
[PATCH] OpenSSL RNG initialization
...atically seeds its PRNG from the urandom device).
Here's a patch to address this issue: it tries to seed the PRNG if there
is no /dev/urandom present (which is likely the case if dovecot uses
OpenSSL's RAND API). It can also be fetched from
http://innoidea.com/~vili/dovecot_rng_init.diff
-Vilmos Nebehaj
Index: configure.in
===================================================================
RCS file: /home/cvs/dovecot/configure.in,v
retrieving revision 1.266
diff -u -r1.266 configure.in
--- configure.in 28 Feb 2006 08:36:41 -0000 1.266
+++ configure.in 10 Mar 2006 17:15:01 -0000
@@ -358,7...
2009 Jan 08
0
STAR_0.2-2 on CRAN
...ed (thanks to Chong Gu).
* The vignette has been updated.
* A new vignette is available on STAR web sire:
http://sites.google.com/site/spiketrainanalysiswithr/
* The new goodness-of-fit test for spike train models announced in the
previous release in now fully functional thanks to feed-back from Vilmos
Prokaj. The test requires the computation of the parameters of a tight
confidence region within which a standard Wiener process "stays" in, say,
95% of its realizations. The tightest region was shown by Kendall et al
(2007, Statistics and Computing, 17, 1) to have boundaries well approxim...
2009 Jan 08
0
STAR_0.2-2 on CRAN
...ed (thanks to Chong Gu).
* The vignette has been updated.
* A new vignette is available on STAR web sire:
http://sites.google.com/site/spiketrainanalysiswithr/
* The new goodness-of-fit test for spike train models announced in the
previous release in now fully functional thanks to feed-back from Vilmos
Prokaj. The test requires the computation of the parameters of a tight
confidence region within which a standard Wiener process "stays" in, say,
95% of its realizations. The tightest region was shown by Kendall et al
(2007, Statistics and Computing, 17, 1) to have boundaries well approxim...
2006 Apr 02
5
1.0.beta4 released
...g about them with EXISTS
- Compiling fixes for Solaris and some other OSes
- Fixed problem with internal timeout handling code, which caused eg.
outlook-idle workaround to break.
- If /dev/urandom didn't exist, we didn't seed OpenSSL's random number
generator properly. Patch by Vilmos Nebehaj.
- Maildir: Recent flags weren't always immediately removed from mails
when mailbox was opened.
- Several changes to SSL proxying code, hopefully making it work
better.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: appli...