similar to: Me or a bug? Package Install does not unzip (PR#14026)

Displaying 20 results from an estimated 2000 matches similar to: "Me or a bug? Package Install does not unzip (PR#14026)"

2009 Dec 09
2
Problem with if statement
I am trying to use the value of an ID variable in an if statement and not getting the results I expected. # ID values for two school districts > with(rf, tapply(DistrictID, DistrictName, min) ) Aberdeen School Dist. # 58 Buhl Joint School District 59340 53409 This creates DNAME as I expected ...
2011 Jun 29
1
update.packages fail
update.packages has suddenly stopped working for me (after working fine yesterday). My default mirror is at Oregon State University, but I get the following warning even after setting another mirror. Other Internet connections are working on my computer. Suggestions, please. > update.packages() Warning: unable to access index for repository
2010 Jul 14
2
qplot in ggplot2 not working any longer - (what did I do?)
This is the first time that I have tried to update packages with a tinkered around with .Rprofile. I start R with R --vanilla and it does not load my .Rprofile, but when I issue the command update.packages() R downloads the packages as expected, but then seems to load .Rprofile before compiling the packages sources. What am I doing wrong? kindest regards, Stephen Sefick see- Session info
2011 Jan 06
1
Help spruce up a ggplot graph
Given the data structure below and the call to ggplot2, how can I increase the size of the axis scale points, the line weight, and the size of the legend? ddata <-structure(list(year = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 2L, 2L, 2L, 2L, 2L, 2L, 2L), .Label = c("2003", "2007"), class = "factor"), area = structure(c(7L, 6L, 1L, 2L, 3L, 4L, 5L, 7L, 6L, 1L,
2006 Feb 20
1
Download "Asterisk: The Future Of Telephony" [More Info]
One thing I forgot to mention: I also cropped the registration and cut marks off the sides of the pages. If you want the uncropped version, get: http://www.alexburke.ca/asterisk-tfot-uncropped.pdf Sorry about the excessive noise, but I figured I should mention this. >Date: Mon, 20 Feb 2006 18:55:50 -0500 >To: asterisk-users@lists.digium.com >From: Alexander Burke
2010 Jan 26
1
Maptools runs out of memory installing the help files for spCbind-methods
Hi, I'd be grateful for help with the following:- Running R version 2.9.2 (2009-08-24) on Gentoo Linux, on an x86 PC. I am trying to install maptools, (via CRAN from maptools_0.7-29.tar.gz'), for the first time. All runs smoothly until the installation gets to "*** installing help indices" for spCbind-methods, about two thirds of the way through the help files, at which point
2011 Jan 10
3
Lattice, combine histogram and line graph
Hello everyone, I have a simple histogram of gasoline prices going back a few years that I want to insert a line graph of consumer price index (cpi) over the histogram. I have looked through the "Lattice" book by Deepayan Sarkar but don't see anything there. How might this be done? An example would be wonderful. Current code snippet follows. For example additional field to add
2009 Feb 02
1
Assigning colnames in loop
Dear R-listers, I am trying to assign colnames to a data frame within a loop, but I keep getting a "target of assignment expands to non-language object"-error. I need to split up a large dataset into about 20 smaller ones, and I would like to assign colnames within the loop, so I won't have to type the same thing 20 times over. I have concocted this really goofy example which
2006 May 04
5
create databases with rake
hi, is there a way to create the database (say development and or production) specified in database.yml with rake? thanks, Enrico -- "The only thing necessary for the triumph of evil is for good men to do nothing" Edmund Burke
2006 Jan 05
1
Active Directory authentication fails
I am trying to get Samba to authenticate to a Win2k DC. The error I consistently get is "Failed to verify incoming ticket" Using wbinfo I can pull the user and groups from the DC. Using krb5 I can get a good ticket from the DC. I have the winbind options in my smb.conf exactly as listed in the docs. The Linux box did a "net join ads" no sweat. After sitting a while, I no longer
2006 Nov 08
2
Off-Site Extensions That Would Show As In-Use?
Hello, list! I'd like to create an extension that points to an offsite location (a number on the PSTN), the purpose of which would be to see if that offsite location is still on a call forwarded to it by Asterisk. This way a receptionist could choose to transfer calls to a mobile phone only if it's finished with the last call the receptionist forwarded to it. If I configure a custom
2007 May 03
2
Parsing data with an uneven number of delimiters
I have a list of data that is delimited by a / and, as long as there is an equal number of delimiters, I can parse the data and put it into a data frame: > t1<-c("a/a/a","b/bb/bbb","ccc/cc/c") > t2<-strsplit(t1,"/") > t3<-data.frame(t2) > t3 c..a....a....a.. c..b....bb....bbb.. c..ccc....cc....c.. 1 a
2009 Oct 02
1
nls not accepting control parameter?
Hi I want to change a control parameter for an nls () as I am getting an error message "step factor 0.000488281 reduced below 'minFactor' of 0.000976562". Despite all tries, it seems that the control parameter of the nls, does not seem to get handed down to the function itself, or the error message is using a different one. Below system info and an example highlighting the
2006 Feb 19
2
Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)
Hello, world! I'm considering running Asterisk 1.2.4 on Solaris 10 on a Sun Fire X2100 server or two (Opteron CPU, nForce 4 chipset), and apparently this works. I've read that the Zaptel package won't work on anything other than Linux, since it's intended to hook into the Linux kernel in the form of a kernel module. This concerns me, since I've read that ztdummy, the
2010 Jun 08
2
duplicated() and unique() problems
Hi everybody I have found something (for me at least) strange with duplicated(). I will first provide a replicable example of a certain kind of behaviour that I find odd and then give a sample of unexpected results from my own data. I hope someone can help me understand this. Consider the following # this works as expected ex=sample(1:20, replace=TRUE) ex duplicated(ex) ex=sort(ex) ex
2005 Mar 07
3
exclude an attribute from save
Hi, I''ve used .save to save the attributes, but on my table there is an autoincrementing id (not the primary key) that doesn''t need to be inserted... but save try to INSERT it anyway... is there a way to avoid save from acting this way or to whisper him to be more polite this time? ;) Thanks, Enrico -- "The only thing necessary for the triumph of evil is for good men to do
2006 Feb 20
3
Fwd: Asterisk on Solaris 10 (AMD Opteron, Sun Fire X2100)
Hello all, I really appreciate the replies I've gotten about this so far (especially the support for wanting to run it on Solaris!). The core issue seems to have been missed, though -- is there any way to run a complete Asterisk solution on Solaris 10 (including music-on-hold and conferencing)? This probably comes down to a few issues: - Is ztdummy (a component of Zaptel) *really*
2006 Feb 26
2
Asterisk Web-Based Voicemail?
Hello, list! After Googling and checking out the voip-info wiki, I haven't had much luck in locating a decent web-based voicemail system for Asterisk to check your VM while you're away from the office without using a phone. Can anyone make any recommendations for such packages/applications? Thanks in advance! -- Alexander Burke, A+, CCNA Kingston, Ontario, Canada
2006 Oct 27
1
Waiting before executing System command
Hello, all! I'm having a problem with the following snippet that executes upon hangup: exten => h,n,Wait(5) exten => h,n,System(mv /some/file /some/other/dir/) Wait() doesn't want to seem to wait! So instead I tried: exten => h,n,System(sleep 5; mv /tmp/${CALLFILENAME} /var/spool/asterisk/outgoing/) This only executes sleep, not mv. How can I make it wait before moving the
2019 Feb 27
1
performance issue with UID SEARCH
Hi, I'm running dovecot 2.2.x and I'm having an issue where I see many dovecot processes use all the available IO on a server. According to iotop the worst offenders seem to be in this state (NOTE: I swapped in phony username & IP info): dovecot/imap [someusername 123.456.789.012 UID SEARCH] The server in question is running with Maildirs on top of an XFS filesystem. Is there