similar to: Problems with some components of R

Displaying 20 results from an estimated 100 matches similar to: "Problems with some components of R"

2000 Mar 01
0
installation problems on Windows (was Problems with some components of R)
> Date: Wed, 01 Mar 2000 18:01:21 +0100 > From: LAREDO Laurent <mim60 at cict.fr> > > I have downloaded and transfered to my P.C (Window 98) > the version of R which has been split on purpose,that is to > say the rw0990b1.zip ,rw0990b2.zip ,etc files. > I encountered no problem as far as the installation is concerned. > But when I try to run some function ,for
2000 Feb 11
1
new chron problems in RW0990
Dear all, In RW0901 I could > dates("01/01/2000") [1] 01/01/100 where only the printing was wrong, but the double numeric representation of the chron object was calculated correctly but now in RW0990 > dates("01/01/2000") Error in fun(yy, ...) : must be 2-digit (numeric) year specification and also the followig doesn't help > dates("01/01/2000",
2008 Aug 12
0
KS Test for Mixture of Distributions
Hi all, How can we use ks.test() to evaluate goodness of fit of mixtures of distributions? For example I have the following dataset: > x [1] 176.1 176.8 259.6 171.6 90.0 234.3 145.7 113.7 105.9 176.2 168.9 136.1 [13] 109.2 110.3 164.3 117.7 131.3 163.7 200.4 196.4 196.2 168.6 190.4 127.5 [25] 136.0 114.2 112.0 91.9 333.4 295.5 172.0 293.3 91.7 289.7 118.8 55.1 [37] 161.9 233.9 197.7
2000 Jan 31
1
long character data
Hi, When trying to generate very long strings, my R hangs without any error message, even if given much memory. # e.g. x <- character(10) for (i in 1:10) x[i] <- paste(1:1000, collapse="abc") paste(x, collapse="") # or directly paste(1:10000, collapse="abc") Am I violating any max(nchar(character())) or is this a bug? Regards Jens Oehlschl?gel-Akiyoshi
2000 Feb 23
1
Console font size
It is posible to change the console font size? What in the funtion needed? Tanks in advance Eusebio -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at
2012 Nov 01
2
how to use localtunnel gem ?
Hi all, I read about localtunnel gem . As per my knowledge , local tunnel generate a URL , which can be used globally . I wish to use localtunnel for my knowledge. But now my question is raised . Q is we have to start rails server port 3000 on another terminal ? or localtunnel server is enough for our development server which we have already started on 3000 port ?. Q Can any one
2000 Mar 07
2
lm(rnorm(1000)~rnorm(1000)) kills rw1000 (PR#476)
First: R core: (Thank You!)^HUGE_VAL Now, down to business: In a loop or in repeated command lines: system.time(lm(rnorm(1000)~rnorm(1000))) ( or lm(rnorm(1000)~rnorm(1000))$coef ) fails after several iterations with the Windows message 'This program has performed an illegal operation and will be shut down. If the problem persists, please contact the vendor'. clicking on DETAILS
2007 Sep 26
12
[Bug 12582] New: Crash on GeForce 7300 SE
http://bugs.freedesktop.org/show_bug.cgi?id=12582 Summary: Crash on GeForce 7300 SE Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: high Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: panov
2005 Jun 20
2
linux kernel, git, and stateful sync
I just read an article on Kernel Trap that mentioned that rsync wasn't quite meeting the needs of the linux kernel developers and I was wondering if H. Peter Anvin or Nathan Laredo had expressed their needs to the rsync developers? I didn't see anything in the mail archives. ==== ... While the public portion of the Linux Kernel Archives is served by the hardware described above, there is
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a if statement to tag certain keywords based on whether they have certain values contained in them. However, the if statement doesn't seem to work. When I had split up the commands into various functions, it worked fine, but I'm not sure what going on now that it's combined into a single function. myfunc
2000 Feb 29
1
R-1.0.0 make error
I'm getting this error when I try to make after my configure, any solutions? Thanks in advance... make[2]: Entering directory `/export/trichodon2/R/R-1.0.0/demos/dynload' /usr/local/bin/make zero.so make[3]: Entering directory `/export/trichodon2/R/R-1.0.0/demos/dynload' /export/trichodon2/R/R-0.99.0a/bin/SHLIB: /export/trichodon2/R/R-0.99.0a/bin/SHLIB: cannot open make[3]: ***
2000 Feb 11
1
R 0.99.0a for Ms Windows (9X/NT)
A binary distribution of R 0.99.0a is available from http://www.r-project.org/bin/windows/windows-NT/base Pre-compiled packages for this version are now available from the Windows contrib area on CRAN (http://www.r-project.org/bin/windows/windows-NT/contrib). In many cases a new version is needed, and all have been rebuilt using the latest improvements in the help conversion. All the changes
2000 Feb 11
1
R 0.99.0a for Ms Windows (9X/NT)
A binary distribution of R 0.99.0a is available from http://www.r-project.org/bin/windows/windows-NT/base Pre-compiled packages for this version are now available from the Windows contrib area on CRAN (http://www.r-project.org/bin/windows/windows-NT/contrib). In many cases a new version is needed, and all have been rebuilt using the latest improvements in the help conversion. All the changes
2004 Jul 03
11
Music on hold problem
I can't seem to get music on hold working, it tries to work, but I just hear strange noises on the extension.. Here is some debug info. Looks like mpg123 starts fine, but I hear nothing. I'm on todays CVS build. -- Executing Answer("SIP/2203-062c", "") in new stack -- Executing MusicOnHold("SIP/2203-062c", "default") in new stack --
2000 Mar 15
1
Windows crash when running Rgui
After installing R 0.99.0a on a Windows 95 Rgui.exe crash after opening the console window. Rterm.exe works fine. Any hint? It is posible that R is not compatible with windows configuration modified by some other program? Where can I act? Error message: Rgui causes an exception 104 on module R.dll of 0137:100324d4 records EDX=0434cfd8 CS=0137 EIP=100324d4 EFLGS=00010206 EBX=815ce8e4 SS=013f
2000 Feb 16
2
contour() labels (PR#441)
R-0.99.0a now plots contour labels from contour(), but the values in levels seem to be coerced to integer. Reproduce by: > set.seed(2) > contour(matrix(runif(36),nrow=6), labcex=1.2) and compare with: > set.seed(2) > contour(matrix(10*runif(36),nrow=6), labcex=1.2) Ray Brownrigg -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list --
2000 Feb 29
7
R-1.0.0 is released
I've rolled up R-1.0.0.tgz a short while ago. You can get it from ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.0.0.tgz or http://cvs.r-project.org/pub/CRAN/src/base/R-1.0.0.tgz or wait for it to be mirrored at a CRAN site near you within a day or two. It should get to the CRAN master site within a few hours. There's also a version split in three for floppies if you prefer that.
2000 Feb 29
7
R-1.0.0 is released
I've rolled up R-1.0.0.tgz a short while ago. You can get it from ftp://cvs.r-project.org/pub/CRAN/src/base/R-1.0.0.tgz or http://cvs.r-project.org/pub/CRAN/src/base/R-1.0.0.tgz or wait for it to be mirrored at a CRAN site near you within a day or two. It should get to the CRAN master site within a few hours. There's also a version split in three for floppies if you prefer that.
2000 Feb 09
1
R-0.99.0 bugfixes available
A couple of bugs turned up immediately after the release, one of them causing nasty memory corruption when strsplit() was used. Therefore, a set of patches has been supplied on ftp://cvs.r-project.org/pub/R/src/base/R-0.99.0-fixes.gz and the rest of CRAN should soon follow. The recipe for patching is (GNU patch assumed) gunzip -dc R-0.99.0-fixes.gz | patch -p 1 For those with broken patch
2000 Feb 09
1
R-0.99.0 bugfixes available
A couple of bugs turned up immediately after the release, one of them causing nasty memory corruption when strsplit() was used. Therefore, a set of patches has been supplied on ftp://cvs.r-project.org/pub/R/src/base/R-0.99.0-fixes.gz and the rest of CRAN should soon follow. The recipe for patching is (GNU patch assumed) gunzip -dc R-0.99.0-fixes.gz | patch -p 1 For those with broken patch