Displaying 20 results from an estimated 4000 matches similar to: "issue building my own package... moving from Apple OS to Windows"
2011 Mar 01
2
expression help
Hello,
I am trying to write math-type on a plot. Due to space limitations on
the plot, I want 2 short expressions written on top of each other. It
is certainly possible to write them in two separate calls, but that
involves fine-tuning locations and a lot of trial and error (and I'm
trying to write a general purpose function).
Here's where I've gotten to:
2009 May 28
2
max.col weirdness
Hi,
I think there's some rounding issue with returning the max column.
(running 2.9.0 on an Apple, but my buddy found it on his PC)
> x <- matrix(c(1234.568,1234.569,1234.567),1)
> max.col(x)
[1] 2
> x <- matrix(c(12345.568,12345.569,12345.567),1)
> max.col(x)
[1] 3
> x <- matrix(c(112345.568,112345.569,112345.567),1)
> max.col(x)
[1] 3
> max.col(-x)
[1]
2008 Aug 13
3
issue building dataframes with matrices.
Hello,
Is this a bug or a feature? I am using R 2.7.1 on Apple OS X.
> y <- matrix(1:3,nrow=3) # y is a single-column matrix
> df <-data.frame(x=1:3,y=y)
> sapply(df,data.class)
x y
"numeric" "numeric"
> df$yy <- y
> sapply(df,data.class)
x y yy
"numeric" "numeric" "matrix"
2012 Sep 25
1
Sa-Update Error - CentOS 6.3
Dear CentOS community Greetings,
i was waiting for few days before sending this email message, i thought
some server may have problem. That might causing the issue, will resolve
its own. but since a week now i am getting this message. because i have
not come across this error before, is anyone have across what is it? why
my server is unable to download the file
ERROR:
http: GET
1998 Oct 18
2
Changing "Shutdown" to "Log off" in Win95?
The Samba set up we're using to support 25 or so Win 95 clients
is working well, but my users are usually not up to complicated
tasks. Has anyone found a way to get logging out down to a single
action (like, Start/Logout), instead of Start/Shutdown/Close all
programs and log in as another user/Yes?
I'm tired of explaining this already! :)
Daryl
Daryl Biberdorf darylb@superserve.com
2010 Sep 28
1
confirming behavior of "by"
Hi,
I'm using "by" to summarize by multiple groups, and want to extract the
returned into a pretty dataframe. I'm trying to find a simple way to
name the rows of the data frame. I'd like it to be something like
index1.val1.index2.val2 where the index1 and index2 are the names of the
indices and the val1 & val2 are names of possible values of the index.
(the
2011 Apr 15
2
Function for deleting variables with >=50% missing obs from a data frame
Hello R users!
I have several data frames where some of the variables have many missing observations. For example, Q1 in one of my data frames has over 66% of its observations missing. I have tried imputation with mice but it does not work for all the data frames and I get the following message or a similar message to this:
iter imp variable
1 1 Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8 Q9 Q10 Q11
2006 May 31
2
No communication with UPS
Hi all,
I have a MGE Ellipse 600 UPS connected to com1 on a PC running FreeBSD
4.11 with nut-2.0.2_1 installed. I have everything working and operational.
BUT.
on rare occasions I reboot my machine and when it comes up I get the
following error:
Network UPS Tools - UPS driver controller 2.0.2
Network UPS Tools - MGE UPS SYSTEMS/SHUT driver 0.64 (2.0.2)
No communication with UPS
Driver failed to
2012 Sep 19
1
SpamAssassin reporting help
Hello All,
CentOS release 6.3 (Final)
I am getting e-mails now where they are:
Subject: Cron <root at www> /usr/share/spamassassin/sa-update.cron 2>&1 |
tee -a /var/log/sa-update.log
Body: http: GET http://daryl.dostech.ca/sa-update/asf/1387055.tar.gz
request failed: 404 Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD
HTML 2.0//EN"> <html><head>
1998 Oct 14
1
Getting rid of "You haven't logged on here before"
According to the Samba docs, there's really no good way
to have Windows stop asking "You haven't logged on here before.
Would you like your settings saved?" or whatever nonsense
it actually says.
However, due to headaches getting profiles COPIED and not
merged with local copies as well as privacy concerns, I'd like to blast
the profiles subdirectory constantly. But that
2003 Nov 17
4
Transfer directly to voicemail?
Does anyone have a setup (or am I missing a simple thing here) to
transfer a caller directly to someone voicemail? Example: I receive a
call, the caller wants to speak with x, who I know is not in the office.
Other than transferring them to x's extension, which rings to timeout
and then picks up voicemail, can I transfer right into voicemail?
I am using all SIP phones in my setup (7960s).
2010 Jan 06
1
Shutdowns occuring without power outage.
I am running an older version of nut (2.0.2) on a FreeBSD 4.11 machine. This
has been running fine for many months until the last few weeks. It seems that
several times a week the machine is shutting itself down. Looking at the log
files I notice these lines which lead me to think there is something wrong
with the serial communication betwen my host and the Ellipse 600 UPS.
Jan 5 04:49:02
2007 Aug 01
1
"Failed to create Users" problem.
Hi everybody,
I have been struggling to get my Windows XP box to be able to
access my samba server. When samba starts, I see the following my my
/var/log/samba/log.smb file:
smbd version 3.0.25b-2.fc7 started.
Copyright Andrew Tridgell and the Samba Team 1992-2007
[2007/07/31 20:22:43, 0] auth/auth_util.c:create_builtin_administrators(792)
create_builtin_administrators: Failed to
2006 Jul 10
2
How to get R to ignore certain values when analyzing a column in a data table ?
Apologies if this is in (one of the many) manuals somewhere... Trying
to switch to R from other stats programs.
Basically, I have a large data table I've dumped from a DB, some of
the values which are nulls '-' which I've converted to zeros. I've
read it in using read.table fine.
I want R to ignore the zero values when graphing or doing various
other calculations.
Is
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
Hi Everyone: I've been going through Alan Lenarcic's package tutorial but
when I did
R CMD SHLIB Xdemo.cc Xdemo_main.cc -o Xdemo.dll
I got the following error:
XDemo_res.rc:15:38: warning: missing terminating " character
XDemo_res.rc:23:34: warning: missing terminating ' character
c:\mark\research\Rtools\MinGW\bin\windres.exe: XDemo_res.rc:16: syntax error
2003 Dec 15
1
Can't see Samba server from Windows
I cannot see my Linux box running Samba to print or access files. The
output of "smbclient -U% -L localhost" seems to indicate I should see
one share and one printer: (the ...0.250 ip address is for my DSL
connection, the ...0.2 is for my LAN)
added interface ip=192.168.0.250 bcast=192.168.0.255 nmask=255.255.255.0
added interface ip=192.168.0.2 bcast=192.168.0.255 nmask=255.255.255.0
2003 Apr 30
2
__stderrp sym unresolved in 4.8 stable
When I try to start X, I get the following. Any help here? I track stable
via cvsup, sup'd on 4/29/03, and cvs up the system having problems, which
is running FreeBSD 4.8-STABLE
/usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol "__stderrp"
objdump -r /usr/lib/libm.so.2 show the symbol __stderrp. What library
resolves that and why is it not defined?
Daryl Spartz
2007 Aug 13
1
AGI answering the channel even though I never asked it to
I am working on a call-back solution where the initiating call should
never be answered.
I was doing this simply through the dial plan, sending a progress
tone, and then dumping the channel, and firing off a DeadAGI which
created a call file to make the callback.
Now I've tried extending this so that an AGI is fired first to check
for things - like no inbound ANI - and play a
2012 Apr 24
2
[LLVMdev] [RFC] Scheduler Rework
Andrew Trick <atrick at apple.com> writes:
> We plan to move to the MachineScheduler by 3.2. The structure is:
How hard will this be to backport to 3.1? Has woprk on this started
yet?
> ScheduleDAG: Abstract DAG of SUnits and SDeps
> |
> v
> ScheduleDAGInstrs: Build the DAG from MachineInstrs, each SUnit tied to an MI
> Delimit the current
2005 Mar 03
3
Detect sound and continue, like BackgroundDetect() for voice
I'm looking for an application that can monitor a channel for voice
input and then proceed on. The closest thing I've found is
BackgroundDetect, which expects DTMF.
Here's what I'm doing:
-Call file generated which calls someone and connects them to an
extension.
-Extension plays stuff, etc. etc. etc (not important)
With digital or VoIP termination, this works fine, because *