Displaying 20 results from an estimated 3000 matches similar to: "Interaction with R"
2001 Jul 06
9
a < b < c is alway TRUE
One of our students did something like:
  x[a < b < c]
instead of 
  x[a < b & b < c]
But why is
  3 < 2 < 1	# [1] TRUE ???
Is there any reason? 
Or wouldn't it be better to get a warning / error?
Uwe Ligges
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2011 Sep 21
11
Software inventory
Howdy,
Before I go about writing one myself, anyone out there written a
software inventory module/fact for gathering a list of all installed
rpms/debs on a system? Got a few ideas floating around in my head, but
wanted to see if/what other folks have done ..
-- 
I''ve seen things you people wouldn''t believe. Attack ships on fire off
the shoulder of Orion. I watched C-beams
2006 Mar 16
4
Capistrano :update_code problem
Hi all,
I want to love capistrano and I''m so close.
My error is occuring while running the update_code task... (apologies
for the shell spew)
*************************************************************************
* executing "rm -rf
/home/henster29/sites/glitter/releases/20060316143447/log
/home/henster29/sites/glitter/releases/20060316143447/public/system
&&\n    ln
2010 Mar 31
3
regular expression help to extract specific strings from text
Dear all,
Lets say I have the following:
> x <- c("Eve: Going to try something new today...", "Adam: Hey @Eve, how are you finding R? #rstats", "Eve: @Adam, It's awesome, so much better at statistics that #Excel ever was! @Cain & @Able disagree though :(", "Adam: @Eve I'm sure they'll sort it out :)", "blahblah")
> x
[1]
2007 Sep 14
9
Possible ZFS Bug - Causes OpenSolaris Crash
I?d like to report the ZFS related crash/bug described below. How do I go about reporting the crash and what additional information is needed?
I?m using my own very simple test app that creates numerous directories and files of randomly generated data. I have run the test app on two machines, both 64 bit.
OpenSolaris crashes a few minutes after starting my test app. The crash has occurred on
2009 May 29
7
Problem with EVE-Online
Hey all I'm using Wine 1.1.22 and I'm having a hell of a time getting Eve-Online to work.
I downloaded eve, installed it into Wine, everything seem to go well, no problems.
However I when I run it it shows the prescreen and then seems to close itself and just shows the Wine Desktop. 
When I run it in form the Command Shell this is what I get:
darkslayer at
2009 Dec 07
2
eve online error after splash screen
My wine version is 1.0.1 on Ubuntu 9.04 64 bit.  When I start up eve on the command prompt the splash screen loads then it aborts with this error message:
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION
fixme:heap:HeapSetInformation 0x9f0000 0 0x33fcac 4
2005 Mar 22
9
am i the only one with this problem?
(clean install)
>gem install rails
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Install required dependency activesupport? [Yn]  y
Install required dependency activerecord? [Yn]  y
Install required dependency actionpack? [Yn]  y
Install required dependency actionmailer? [Yn]  y
2008 May 10
1
Eve Premium Graphics Corruption
A picture is worth a thousand words:
http://dl.eve-files.com/media/corp/aurix/eve_premium_wine_0.9.61_1.png
The black columns are supposed to be spot lights on the ship in the middle.  I haven't tried eve premium before 0.9.60, however, people claim that it didn't have this problem in 0.9.58.
Here is a link to the thread in eve online:
2010 May 20
3
Instructions for clean Install of Wine, EVE, and Ventrilo
I built this box and was looking forward to running eve on it.  2 weeks later CCP dropped support for Linux and I haven't been able to get a decent install yet.  I found some instructions last night that let me run eve in safe mode, but if I tried adding Vent, it would crash.  Also, I can't get Vent to run either.
Can somebody post a straight forward install so I can run this game as
2007 Jan 11
1
Has been working for 9 Months - Very Very Strange I cannot dial specific extensions from my dialplan - NOT A CONTEXT PROBLEM!!
Hi all,
I've an asterisk 1.2.5 running very well for about a 9 months, and suddenly
i cannot dial extensions 4XXX from SIP Phones.
Now comes the wired stuff... I can dial this extensions from IAX phones as
well as from Analogue extensions connected to our legacy pbx, that is
installed on front of asterisk.
So :
Zapata Calls to SIP extensions 4XXX - OK
IAX to SIP 4XXX-OK
SIP to SIP 4XXX -
2012 Dec 27
4
How do *you* test your changes to dialplans ruled by GotoIfTime?
This past holiday weekend has resulted in some real groaners when it 
comes to bugs in our dialplan, making obvious the need for some changes 
in our procedures.
First, our hours of operation for Christmas Eve, Christmas, Boxing Day 
and New Year's Eve had changed with little to no notice. Okay, fine, 
whatever, I fix.
Our Christmas Eve hours (made worse by being Monday this year) dialplan 
2010 Oct 21
2
Eve Online Accept Terms Issue
I have just installed Eve Online using wine to use the free trial. I downloaded the installer and ran it under wine. Everything went flawlessly however now I have loaded the game for the first time and there is something I have to scroll through to continue, however I see no text and I cannot scroll. Therefore I cannot play. What can I do to solve this?
2009 Aug 10
5
Wine and EVE
I know these topics exist, I have tried a multitude of them, but no show. My eve stops each time at the eula. screen is black after the splash screen until the eula tries to visit my screen. (for those not in the know, I just need to click yes to actually play the game)
when running it through terminal, I get the following (... equals a lot of the line above it)
bram at
2002 Aug 25
1
[noob] ReadFontDir Can't Open Directory..
Hi all,
I browsed the archives for this, but haven't found anything new enough to
be useful. When I run Wine, I get:
err:font:ReadFontDir Can't open directory "/usr/local/wine/Windows/Fonts"
wine: Unhandled exception, starting debugger...
If I make a dir for /usr/local/wine/Windows/Fonts, I get just the
wine" Unhandled exception, starting debugger... msg repeating until
2015 Jun 30
4
[LLVMdev] Proposal: REST and Ajax in LNT
I think it would be super useful to give LNT a RESTful interface.  As LNT grows, it would be nice to be able to update some of the pages with Ajax(or json).  Especially for pages with long load times, it makes sense to be able to speed up load times, by fetching the data after page load. It would also allow us to build more dynamic pages, and allow non-web clients better structured access to LNT
2008 May 08
7
Eve online and wine.
Essentially I run eve online. Splash shows up. Game runs and all I have is a black screen.
I have wine-0.9.61
Code:
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1
err:threadpool:iocp_poller NtRemoveIoCompletion failed: 0xc0000008
2008 Aug 10
1
USB headset mic input
Hello!
Did some search about this issue of mine ,and didn't find anything that helps me solve this issue.
I dont have mic input from my usb headset in wine. (I tryed 2 different headset and even analog mic in).
The mic works natively with alsa, I can record sound from this mic. But I can't seem to make it work under wine.
I added the headset in .alsarc file and I see the headset when I
2003 Dec 29
6
CVS Closed?
Tried to DL using CVS this eve, and it says:
Unknown host cvs.digium.com.
Has Asterisk development stopped?
2011 Oct 08
3
[PATCH] add log= directive to authorized_hosts
Attached is a patch which adds a log= directive to authorized_keys. The text
in the log="text" directive is appended to the log line, so you can easily
tell which key is matched.
For instance the line:
log="hello world!",no-agent-forwarding,command="/bin/true",no-pty,
no-user-rc,no-X11-forwarding,permitopen="127.0.0.1:7"
ssh-rsa AAAAB3Nza....xcgaK9xXoU=