similar to: R 2.0.0 not suffisantly reliable to be be used

Displaying 20 results from an estimated 10000 matches similar to: "R 2.0.0 not suffisantly reliable to be be used"

2004 Oct 10
2
strange behaviour in R 2.0.0 (PR#7275)
Full_Name: Xiao Gang FAN Version: R 2.0.0 OS: Windows Submission from: (NULL) (82.226.247.142) The following codes worked for R 1.9.1 > a = data.frame(x=1:2) > a$y = strptime(c("20010101","20020101"),"%Y%m%d") this no longer works for R 2.0.0: Error in "$<-.data.frame"(`*tmp*`, "y", value = list(sec = c(0, 0), min = c(0, :
2010 Dec 31
4
Repeated Indexing / Sequence Operation
Hi Everyone, quick question before the end of the year. I have soem indices to select data from a bigger sample. I want to select n days before each index and n days after the index. Any clever way to do it. A for loop would do but I wanted to know if there is a moreR-friendly way to approach this Example # InitialIndices i2 = (90, 190, 290) # Indices I want to end up with i3 = c(85, 86, 87,
2010 Apr 05
2
find the "next non-NA" value within each row of a data-frame
#I wish to find the "next non-NA" value within each row of a data-frame. #e.g. I have a data frame mydata. Rows 1, 2 & 3 have soem NA values. mydata <- data.frame(matrix(seq(20*6), 20, 6)) mydata[1,3:5] <-  NA mydata[2,2:3] <-  NA mydata[2,5] <-  NA mydata[3,6] <-  NA mydata[1:3,] #this loop accomplishes the task; I am tryign toi learn a "better" way for(i
2006 Aug 17
1
installation of "Civ 4", "Matrix: Path of Neo", etc.
Hi all When I try to install some games, an error screen like the one in the attachment appears. What can I do? I use plain Wine 0.9.19. Sorry, if I askes soem questions that could be in the FAQ. But I'm doing now a rigid testing of Wine to see how good it works. greetings Bojan -------------- next part -------------- A non-text attachment was scrubbed... Name: Wine + "Matrix:
2005 May 16
1
sink stack memory??
Dear R-mailers I want to store data in a seperate file named 'XYZ' so I uses sink function for it i runs the loop , say 100 times, and so every of the 100 times the function is called the result must go to the file. But after soem time of running it says " Error in sink("C:/XYZ", append = TRUE) : sink stack is full " but i have enough memory on the disk for
2008 May 28
1
Unnecssary warnings in plot function (PR#11530)
Full_Name: Joseph Amuah Version: 2.7.0 (2008-04-22) OS: Windows Submission from: (NULL) (205.207.78.4) I used the plot function to create some graphs but wanted to add soem restrictions. A set of warning were produced even though the plot worked fine. Can these warnings be cleaned up? Here is an example: *************************************** > plot(xx$month, xx$log10RR, xlab="",
2019 Jun 11
2
High delay and some echo
Am 11.06.2019 um 20:42 schrieb Antony Stone: Hi Antony, > I think the main question here is: how are you connecting Asterisk to the > telephone system? Via VoIP... > You mention that you're on DSL from Deutsche Telekom, but is the call going > over this DSL link to soem SIP provider, who then connects you to the PSTN, or > are you connecting Asterisk locally to the phone
2004 Oct 10
1
R 2.0.0 (PR#7272)
Full_Name: Xiao Gang FAN Version: 2.0.0 OS: Windows Submission from: (NULL) (82.226.247.142) After installing the new version 2.0.0 (downloaded binary), I've got 2 unexpected behavious vs 1.9.1: 1. When installing some packages from source, the making process stoped with the following message: ---------- Making package toto ------------ adding build stamp to DESCRIPTION making DLL
2002 Oct 17
2
memdisk issues with 3com cards
I'm using pxelinux in an interesting way, to load DOS boot disk images from a win2k RIS (Remote installation Service) to do various functions. Soem of the disk images are used for flashing the BIOS on pcs, but a specific few are set aside for booting MSDOS with MS lanman so that ghost can be run to load images to/from the lan. I've got 6 different disk images setup and the all work
2002 Feb 14
1
W2K problems
Hi, I am in dire need of some help. I have no problems connecting to shares with my W95/98 clients, but big problems with W2K. The same username / password is used on both the PC and SAMBA (and NIS - I am using Soalris 2.7 for my SAMBA server). When I try to connect to a share from the W2K client, I get the message "Access Denied". I have looked set nmbd / smbd to run at debug level 9
2004 Mar 09
6
OCFS filesystem used 7%
Hi all... I have a strange problem. 2 of my mount points already use 7% of space, even when I check the directory is empty. When I re-format it, it release the space for a while, after 1 or 2 days, the space is used again for 7% - 10 %. What could be the reason? I am using RHAS 2.1 Enterprise Kernel 2.1 and OCFS release 1.0.9-6 Thanks Jeram
2006 May 29
4
How to enable call waiting on Sip Phones
How do you enable call waiting on sip phones? Ive looked and googled and can only find call waiting pstn phones butnot for sip. Is their a way of setting this up within the dailplan?
2009 May 20
2
how to import db
I''m just starting out learning. So far, all I''ve done is little test apps starting from scratch -- ie, ones in which rails creates an empty database, then I make up some classes and views and controllers and such. Nice system. But what if I have an SQlite database file created elsewhere: (how) can I import this into ruby "easily"? I have not tried yet because it just
2004 Oct 08
2
Evaluating Assignment-Operator R 2.0.0
Dear Helpers, in which way I have to use the assignment-operator evaluating left to right with R 2.0.0? With R 2.0.0 (w2k-installation) the "superassignment" operator '<<-' seems to have a different behaviour compared with R 1.9.1 : > x<<-4 > x [1] 4 > attr(x,'y')<<-5 Error: Object "x" not found > Using earlier
2004 Oct 11
2
Problem with RMySQL-0.5-3.zip/R 2.0.0 on Windows XP
I have been installing and using the RMySQL package, version 0.5-3 with R versions 1.9.0 and 1.9.1 on Windows XP without any problem. I installed the package using the .zip binary package available at http://stat.bell-labs.com/RS-DBI/download/index.html. However, I ran into a problem using this package with the latest version 2.0.0 of R. The installation went ok, but loading the library using
2004 Nov 12
2
Loading libraries in 2.0.0 (PR#7364)
I'm using version 2.0.0 of R on a Windows 2000 OS. Packages that I installed in 1.9.1 are not installing properly in 2.0.0. Specifically, I can install packages from local zip files with the following code (which I execute through the GUI): > install.packages(choose.files('',filters=Filters[c('zip','All'),]), .libPaths()[1], CRAN = NULL) updating HTML package
2004 Nov 04
2
problem with tcltk under Windows (was RE: [R] one more Rcmdrproblem)
Dear all, I'd like to use Rcmdr for teaching purposes but still have problems trying to use it under Windows XP. Everything works fine up to several minutes but then Rcmdr and R completely crash the second I hit a button or key. This indeed looks like a problem with tcltk. It is not any particular button or key that causes the crash, but using Ctrl+C to copy something to the clipboard seem the
2004 Oct 09
2
R-2.0.0 and tcltk package
there does not seem to be a package "tcltk" on CRAN for 2.0.0. I have successfully installed the same package for 1.9.1. In essence I require the package for a GUI interface to setwd. All work fine with 1.9.1. This is on a Linux Debian unstable kernel 2.4.20 The build version of R 2.0.0 (issuing version whithin R) has the following platform i686-pc-linux-gnu arch i686 os
2004 Nov 19
2
function 'vcov' for coxph in R 2.0.0
Hi there, After I fitted a cox model, I used vcov to obtain the variance of the parameter estimate. It worked correctly in R 1.9.1. But it failed in R 2.0.0 and the error message is Error in vcov(cox.1) : no applicable method for "vcov" I don't know if it is a bug or there is some update on this function. Thanks! Lei Liu Assistant Professor Division of Biostatistics and
2019 Jun 11
3
High delay and some echo
Hi list! I use Asterisk 13.14.1 from Debian repository on a DSL from Deutsche Telekom. Asterisk works well, but I have really often an high delay (I understand it since the other party speak some seconds before he hears my question and answer) and sometimes I hear an echo. I really don't know what can I check and what can be the problem. The problem exists since a very long time, but in the