similar to: Bug in Version 2.80? (PR#13243)

Displaying 20 results from an estimated 900 matches similar to: "Bug in Version 2.80? (PR#13243)"

2007 Jul 13
1
Saving workspace data
Hi I imported a lot of text-files with R and saved them by using: save(list=ls(),file="Grunddaten.Rdata") After that I wanted to check my saved data and wrote source("Grunddaten.Rdata") This gives me an error: Error in parse(file, n = -1, NULL, "?") : Syntax error at 1: Can somebody tell me what I am doing wrong (I am using R.2.4.1)? Renger
2011 Nov 18
2
xtable and sweave: caption placement problem
Dear All I am running Sweave with xtable and want to put the caption placement on top. But this does not work. Any idea what is going wrong? Here is an example that runs properly with the exception of the caption placement in the pdf-file. \documentclass[11pt,a4paper]{article} \usepackage{Sweave} \begin{document} <<>>= x = runif(100, 1, 10) y = 2 + 3 * x + rnorm(100)
2007 Oct 04
1
Sweave and LaTeX
Hi I started using Sweave and LaTeX but have a (smaller) problem. As I am not yet very fluent in LaTeX I do the following: I texify my snw-file to look for errors in my LaTeX and correct them. However, if I have the following chunk, I get an error when texifying: ... \usepackage{Sweave} ... <<echo=F, results=tex>>=
2012 Feb 06
1
rscript in cmd window stop
Hi I am trying to run a R-script in the windows command window: e.g. rscript example.R ... It plots some stuff, but using par(ask=T) doesn't let the plotting pause. Any idea how to do this? Thanks Renger __________________________________________________ Renger van Nieuwkoop Goldiwilstrasse 16 F / 3600 Thun Tel +41 33 221 53 05 / +41 79 818 53 73 mailto: renger at vannieuwkoop.ch
2012 Mar 11
1
Interfacing between Optimization Software and R
Dear all I was wondering, if there are reasons for R-Users to use (commercial) solver packages like GAMS, AMPL, Matlab, etc. These packages can solve all kind of mathematical optimization problems like (non-) linear problems, mixed complementarity problems, etc. Why I want to know? GAMS corporation developed a R package to send data from GAMS to R (or vice versa). It is called gdxrxw. I use
2002 Apr 28
1
Winamp 2.80 Vorbis problem confirmed on my comp
I first downloaded Winamp Lite, which did not have Vorbis plugin, and installed the latest PP Vorbis plugin: http://www.blorp.com/~peter/zips/in_vorbis.exe That did not work, for some reason. Afterwards, I downloaded the Standard version and tried playing ogg files: it didn't work either. I installed the latest PP Vorbis plugin over this version, but still the same. What's up?? I
2004 Aug 06
0
Bad stuttering with Winamp 2.80
Jack Moffitt <jack@xiph.org> writes: >> > If you've isolated it to winamp, why complain here? :) >> I wasn't complaining. I was attempting to see if anyone else had seen >> this problem. > I was joking :) Heh, wasn't sure. The tone of the list had been down lately... > Does streaming from a web server have the same problem? I assume you > tested
2004 Aug 06
0
Bad stuttering with Winamp 2.80
Very odd. Forget about this being anyone's problem but my own, my sound card just died horribly on that machine. Smoke even. =( My apologies for taking the list's time. ------ Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org >>> The opinions expressed above are entirely my own <<< "If a man loves the labor of his trade apart from any question of
2004 Aug 06
1
Bad stuttering with Winamp 2.80
Mark Lehrer <mark@knm.org> writes: > What icecast version are you using? There was a bug prior to 1.3.11 > that caused this exact symptom. I am using 1.3.12+patch at the moment. That patch I have on it was the one I submitted earlier which fixes the problem with the wrong arguments passed to snprintf in the avl code. That shouldn't affect sound. I'm fairly certain it's a
2004 Aug 06
3
Bad stuttering with Winamp 2.80
The only thing that has changed is the winamp version number. My radio streams are unaltered (to the point of the same process connecting to two versions of Winamp). What happens is that I begin to hear skips in the stream. Soon the stream is full on stuttering, as if a square wave was modulating the volume control. Anyone else experience this? ------ Dave Hayes - Consultant - Altadena CA, USA
2009 Oct 08
4
Dialplan problem
Hi people, I have the following dialplan, but it doesn't have the behavior that I think it should have. [default] exten => 2001,1,Answer exten => 2001,n,Dial(local/3005) exten => 2001,n,Hangup exten => 3005,1,Set(__RINGTIMER=10) exten => 3005,n,Macro(exten-vm,novm,3005) exten => 3005,n,Hangup When I execute the Originate (AMI) with the argument Channel=local/2001, It rings
2009 Nov 11
1
Voicemail after hangup
Hi people, just a question: Is it possible to execute Voicemail command in the h extension? (after hangup the channel). Because if I put it before it, it works right, but if I put it there, it doesn't... The log is: -- Executing [h at cont-mine:1] NoOp("SIP/3005-096736a8", "End of cont-mine") in new stack -- Executing [h at cont-mine:2]
2015 Mar 08
1
Problems communicating with Tripp Lite SMART500RT1U via USB with CentOS 6.6 and NUT 2.6.5
On March 6, 2015, at 6:17pm, Charles Leppe ,cleppe at gmail.com> wrote: If this is the same protocol 3005 that we saw in mid-2014 (USB ID: 09AE:0001), then support will be part of the upcoming NUT 2.7.3 release. You wouldn't happen to know anyone who would be able to publish the specs of that protocol, would you? ;-) That would help remove the "experimental driver" warning.
2015 Mar 06
2
Problems communicating with Tripp Lite SMART500RT1U via USB with CentOS 6.6 and NUT 2.6.5
Hello, I am trying to get a SMART500RT1U working on CentOS and just receiving the following message when attempting to start the driver: Network UPS Tools - Tripp Lite OMNIVS / SMARTPRO driver 0.20 (2.6.5) Warning: This is an experimental driver. Some features may not function correctly. Detected a UPS: Tripp Lite /TRIPP LITE SMART500RT1U Unknown input voltage range: 0x02 Unknown number of
2006 May 31
7
How do you create a controller & view to create a list of objects?
I''m trying to figure out how to design a view and controller to work with a simple collection. I have a Foo that has many Bars, so here''s what I did: $ ruby script/generate model Foo $ ruby script/generate model Bar (Uncomment t.column, :name: :string in foo and bar migrations) (Edit Foo.rb and Bar.rb, add has_many :bars to Foo, belongs_to :foo to Bar) $ rake db:migrate $ ruby
2009 Feb 18
2
from postfix deliver to dovecot deliver
Hello all. I use dovecot in combination with postfix, postfixadmin for virtual users. Deliver to the mailbox now is done by postfix Now i want to enable quota's and therefor i need dovecot deliver. Can i just switch to dovecot deliver? Or must i first do some prrperations in the mailboxes. regards -- _______________________ *Johan Hendriks* *Schavemaker Transport* Tel: +31 (0)251 229098
2009 Nov 22
1
Tripp Lite SmartPro SMX500RT1U incompatibility
Greetings to all, I recently connected a Tripp Lite SMX500RT1U unit to a Synology NAS (basically a Marvell ARM equipped box running a custom 2.6.24 Linux). I tried using the tripplite_usb driver contained in nut 2.4.1 with not much luck. It does read the model ID and VA rating properly, but fails at everything else - mains voltage (this is a 230VAC EU model), battery config, unit status etc.
2020 Aug 01
4
Boot failed on latest CentOS 7 update
Totally and completely on my HP microfiber. Wouldn't get past anything to even get me into the grub menu. NOT AMUSED! _______________________ Kay Schenk
2015 Mar 07
0
Problems communicating with Tripp Lite SMART500RT1U via USB with CentOS 6.6 and NUT 2.6.5
On Mar 6, 2015, at 12:51 PM, Eric Cobb <Eric_Cobb at tripplite.com> wrote: > Network UPS Tools - Tripp Lite OMNIVS / SMARTPRO driver 0.20 (2.6.5) > Warning: This is an experimental driver. > Some features may not function correctly. > > Detected a UPS: Tripp Lite /TRIPP LITE SMART500RT1U > Unknown input voltage range: 0x02 > Unknown number of switchable load banks:
2004 Oct 21
2
an introduction to R in french
Hello wizaRds ! I am looking for a french and recent version of "An introduction to R". Does anybody know where i could find on of these. Thanks. -- Romain Fran??ois 25, avenue Guy Moquet 94 400 Vitry sur seine FRANCE _______________________ _______________________ francoisromain at free.fr 01 46 80 65 60 06 18 39 14 69