similar to: Problem with installed package "foreign"

Displaying 20 results from an estimated 2000 matches similar to: "Problem with installed package "foreign""

2001 Aug 23
2
SAS Export datasets alfalfa.xpt and test.xpt
The above came with V1.2.3, but don't seem to be included with V1.3.0. When I upgraded R, I assumed they would also come with the new version, so didn't save them elsewhere. Could someone please email them to me, or tell me where I could get hold of them? Many thanks in advance. ****************************************************************************************** * Dr.
2001 Sep 06
1
Update.packages() seems to just stop
OS: Win98 When using update.packages(), either directly or using the packages option at the top of the screen, I get the following messages. > update.packages() trying URL `http://cran.r-project.org/bin/windows/contrib/PACKAGES' Content type `text/plain' length 5164 bytes opened URL downloaded 5164 bytes > However, the first time I successfully managed to use
2001 Aug 29
2
Updating Packages (was Re: Reading of a large SAS Export dat
It was suggested to me that, although I've installed version 1.3.0 of R, the contained foreign package won't be the most recent. Hence, it's worth using update.package(). However, when I did that, I got the following log file: > options(CRAN="http://cran.us.r-project.org/") > update.packages() trying URL
2001 Aug 23
2
Reading of a large SAS Export dataset
I am trying to read in a large SAS dataset (1706 observations, 72 variables) using the foreign package. R crashes, with the error message "This program has performed an illegal operation and will be shut down." The details given include "RGUI caused an invalid page fault in module FOREIGN.DLL at 015f:14c327e7." Bearing in mind the statement on p.2 of the R Data
2011 Jan 20
4
How to reshape wide format data.frame to long format?
Dear list, I need to convert this data.frame > names(codesM) [1] "key" "AMR.pa1.M" "AMR.pa2.M" "AMR.pa3.M" "AMR.pa4.M" [6] "AMR.pa5.M" "AMR.pa6.M" "AMR.pa7.M" "AMR.pa8.M" "AMR.pa9.M" [11] "AMR.pa10.M" "AMR.ta1.M" "AMR.ta2.M" "AMR.ta3.M"
2003 Jul 01
2
strange error message
Hi, there I have a loop that is producing data, but is also generating an error message that I can't understand. Here's the loop and the error message: > bio<-matrix(NA, ncol=9, nrow=366) > W<-NULL > M<- length(Day) #number of days iterated > > for (i in 1:M) + { + + + if (Day[i]==1) W[i] <- Wo else W[i] <- (W[i-1]+(Gr[i]/Ef)) + + + C<-
2003 Jul 14
2
problem with coding for 'optim' in R
Hi, there I am a graduate student new to coding in S who is hitting a bit of a wall at present using an "optim" function. I am running into some troubles, and was hoping someone might be able to recognize where I am going wrong. As background: I have constructed a loop that carries out a 365-day calculation for a mass-balance model. Basically, the model depends on 2 variables (p,
2003 Jul 01
1
Creating a loop that works....
Hi there, First off, thanks to everyone who has helped me so far. Sorry to keep pestering you all. I'm including my code here, and I will comment down it where it is that I am having problems figuring out how to write this damn thing. > temper <- scan("temp2.dat", na.strings = ".", list(Day=0, Temp=0)) Read 366 records > > Day <- temper$Day ;
2003 Jun 30
0
Constructing loops in which i+1st element depends on ith
I feel greedy posting for help twice in one day- please forgive me, but the thesis can't wait. I have been trying to get an ?if else? statement working in a loop I am writing, in which I specify a variable value to 9.2 (Wo) on the first iteration, but for subsequent iterations, to adopt a value as a function of variables from the previous iteration. When I comment out the ?if else?
2008 May 14
0
Samba Mashup Report (#2) for Wednesday, May 14, 2008
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ** [SMR] Samba Mashup Report (#2) for Wednesday, May 14, 2008 ** Table of Contents: 1. Samba 3.2.0 Moves closer to Release 2. Bug fix release for Samba 3.0 in the works 3. Developer Interests - Volker Lendecke 4. Samba at Connectathon 5. Samba4 - Fact or Fantasy? 6. Call for submissions and summaries
2008 May 14
0
Samba Mashup Report (#2) for Wednesday, May 14, 2008
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ** [SMR] Samba Mashup Report (#2) for Wednesday, May 14, 2008 ** Table of Contents: 1. Samba 3.2.0 Moves closer to Release 2. Bug fix release for Samba 3.0 in the works 3. Developer Interests - Volker Lendecke 4. Samba at Connectathon 5. Samba4 - Fact or Fantasy? 6. Call for submissions and summaries
2008 Oct 24
1
Repetitive correlation test
Dear all, Through the following code, I wanted to perform correlation test repetedly (through loop) on different combinations of variables of a data set. Code: x=read.table("sample.txt",header=T,sep="\t") out="corout.txt" sink(out) nm = names(x) print(nm) nvr=3 # nvr=Total no. of variables in the input data file for (i in 1:(nvr-1)) { for(j in (i+1):nvr) { frm=
2008 Apr 28
1
Monday, April 28 - Samba Mashup Report
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ** Samba Mashup Report (SMR) for Monday April 28, 2008 ** Table of Contents: 0. Greetings to the Inaugural SMR (samba Mashup Report) 1. Plans in Motion for 6 Month Samba 3.x Release Cycles 2. Samba 3.2.0pre3 Released 3. Samba XP 2008 Concludes as YASC (yet another successful conference) 4. Samba Documentation repository moved from SVN
2000 Oct 03
1
Various platforms
Hello, I've been compiling OpenSSH up on just about every platform that I can get my hands on. I am not certain of the best way of building my 'fixes' into the source tree, not least of all since I didn't worry about #ifdef's or the configure scripts. However hopefully this will be of use to you. This is all for openssh-2.2.0p1 compiled alongside openssl-0.9.5a and
2008 Apr 28
0
Monday, April 28 - Samba Mashup Report
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ** Samba Mashup Report (SMR) for Monday April 28, 2008 ** Table of Contents: 0. Greetings to the Inaugural SMR (samba Mashup Report) 1. Plans in Motion for 6 Month Samba 3.x Release Cycles 2. Samba 3.2.0pre3 Released 3. Samba XP 2008 Concludes as YASC (yet another successful conference) 4. Samba Documentation repository moved from SVN
2009 Jun 09
2
Oplocks question
What have people found with oplocks in the realm of really saving time? Is it something that's always good to have in an environment where two files being accessed simultaneously is rare? My shared volume is an NFS on a remote server. Just curious what folks have experienced. Terry The information in this e-mail is intended only for the person to whom it is addressed. If you
2011 Oct 28
1
About the statistics for ratio comparison
Hi I have a table with four columns and 3 rows. I calculated the average for each columns as average (A), average (B), average (C) and average (D), then calculate the relative ratio as average (A)/average (B), and average (C)/average (D). I would like to know how can I calculate the significance between the two ratios. Thanks, Meng [[alternative HTML version deleted]]
2007 Mar 02
3
[friday topic]: what exactly is statistical computing
Dear List, on www.r-project.org, the title says 'The R Project for Statistical Computing'. but what exactly is the definition of statistical computing?
2016 Jun 10
2
FW: Problem with Active Directory authentication
Jun  9 15:51:55 rorecovery1 sshd[6325]: fatal: Access denied for user ahk at partners.org by PAM account configuration [preauth] on the ssh server system run pam-auth-update select kerberos auth if its not there install pam-krb5  and try again. gr Louis Op 9 jun. 2016 om 21:56 heeft Kaplan, Andrew H. <AHKAPLAN at PARTNERS.ORG> het volgende geschreven: Jun  9 15:51:55
2016 Aug 24
3
Problem with CentOS 5.11 virtual machine
Hello -- We completed an installation of CentOS 5.11 32-bit onto a Vmware ESXi 6.0.0 appliance for the purpose of running a legacy application. The hardware in question is a Dell PowerEdge R730xd system. The Vmware tools utility was installed onto the virtual machine, and that initially provided access to the network. Once that was done, patches from the CentOS repository were installed onto the