similar to: R 2.9.0 plot still forcing current time zone

Displaying 20 results from an estimated 1000 matches similar to: "R 2.9.0 plot still forcing current time zone"

2006 Mar 27
1
-march=pentium2 + -mtune=pentium4 faster then -march=pentium4?
Why does GCC produce faster code using "-march=pentium2 -mtune=pentium4" on a Pentium 4 chip versus plain -march=pentium4? Try it... CPUTYPE=pentium2 CFLAGS+= -mtune=pentium4 COPTFLAGS+= -mtune=pentium4 -- BSD Podcasts @ http://bsdtalk.blogspot.com/
2006 Apr 13
1
ICH7 SATA RAID Broken, Was (Re: Timescale for 6.1-RELEASE...)
On 4/12/06, Ted Mittelstaedt <tedm@toybox.placo.com> wrote: > > >-----Original Message----- > >From: Ted Mittelstaedt [mailto:tedm@toybox.placo.com] > >Sent: Tuesday, April 11, 2006 6:04 PM > >To: Nikolas Britton > >Cc: Harrison Peter CSA BIRKENHEAD; freebsd-questions@freebsd.org > >Subject: RE: Timescale for 6.1-RELEASE... > > >
2007 Mar 27
2
Re: [Gnash] Fw: Linux.com: Swfdec Officially Adds Flash 7 Video Support (But Not 8 or 9)
Does swfdec work on AMD 64-bit systems? On 3/27/07, D?niel Fraga <fragabr@gmail.com> wrote: > URL: > http://linuxtoday.com/news_story.php3?ltsn=2007-03-27-010-26-NW-SW-DV > Free software fans of YouTube jumped for joy last week when developer > Benjamin Otte announced on his blog that the free Swfdec Flash player > has reached the point where it can play YouTube's Flash
2006 Mar 30
3
Is mount_smbfs broken in 6.1-PRERELEASE?
Anyone know if mount_smbfs is broken in 6.1, I'm trying to run this: "mount_smbfs -I 192.168.1.2 //nbritton@192.168.1.2/music2 /mnt/network/music/" And then it asks for my password, I type it in, and then I get this error: "mount_smbfs: unable to open connection: syserr = Authentication error" I've had this same problem on another 6.1 box too... I can run this same
2006 Oct 02
2
Re: compiling wine for amd64 on ubuntu dapper 6.06
On Mon, Oct 02, 2006 at 09:18:52AM -0400, Gerald Britton wrote: > configure:9418: checking for glXCreateContext in -lGL > configure:9453: gcc -m32 -o conftest -g -O2 conftest.c -lGL > -L/usr/X11R6/lib -lXext -lX11 -lm >&5 > /usr/bin/ld: skipping incompatible > /usr/lib/gcc/x86_64-linux-gnu/4.0.3/../../../libGL.so when searching > for -lGL > /usr/bin/ld: skipping
2007 Feb 04
4
Reading expressions from character vectors
Greetings, I have a problem that I am sure is very straightforward, but I just can't wrap my head around it. I've read the help pages on text, plotmath, expression, substitute, but somehow I can't find the answer to this simple question. Basically consider the following example: plot( NULL, xlim = c(0,2), ylim = c(0,2) ) expressions <- expression( -infinity, infinity )
2006 Mar 21
1
web_client_api within ActiveRecord
Hi, Is it possible to use web_client_api or ActionWebService::Client::Soap.new within an ActiveRecord model to access a webservice? Thanks -- Posted via http://www.ruby-forum.com/.
2010 Sep 23
2
rtp problem with 1.8.0-rdc1
Hi. I am having a very strange problem --aren't they all -- with the release candidate. I have softphone which talks to asterisk from behind nat -- the asterisk is on a public ip -- and when I hit mute on the softphone, all rtp traffic ceases! Now, a version which does work is r281875, this does not happen in that vrsion, but right after that this strange thing starts and is not fixed in
2012 Jan 01
2
asterisk 1.8 codec negotiation
Hi. I am using asterisk 1.8 and everything was working fine when I was at svn 342661. I then upgraded to vrsion 349339 and discovered the following problem -- one of the end points is a freeswitch box which offers a number of codecs, including PCMU. However, when I tried to make a call I got a 488 response and a message "multiple audio streams not supported" in the log. Is this by
2004 Oct 05
2
Installation Package "gregmisc" nicht möglich?!?
Hallo zusammen. Da ich R zur Erstellung meiner wissenschaftlichen Arbeit brauche versuchte ich dies heute zu installieren. Zunächst in der Vrsion 1.9.1 (rw1091.exe). Ich benötige das Package "gregmisc" und installierte dies von CRAN. Bei der Installation tritt folgende Meldung auf: trying URL `http://cran.r-project.org/bin/windows/contrib/2.0/gregmisc_2.0.0.zip' Content type
2007 Nov 28
1
interaction of shingles and tapply()
I'm interested in a version of tapply() that operates with shingles instead of factors. For instance: x <- c(1,1,2,2,3,3) y <- c(1,1,1,0,0,0) s <- shingle(x,intervals=cbind(c(0.5,1.5),c(2.5,3.5))) # the following function should exist! tapply.shingle(x,s,mean) # returns the vector c(0.75,0.25) I've written such a function as follows: tapply.shingle <-
2007 Apr 04
1
time zone problems
Folks, I'm having trouble with how datetime objects with time zones are set and plotted. This may be the result of my running R (2.4.0) on a Windoze XP box. Perhaps not. Here are two example problems I need advise on if you have time: 1) I collect data with dates (often as a fractional day of year) in UTC. Using strptime to create date time objects appears to force the data into
2020 Oct 23
2
The presence/absence of `zone` in POSIXlt depending on time zone as a cause of possible inconsistences?
Dear all, I have just detected what seems a minor inconsistence with data types. If one unlists a POSIXlt time with GMT zone gets a numeric vector, since the POSIXlt list has no `zone` element, while if one unlists a POSIXlt time with a non GMT zone (also non specifying tz if the Sys.timezone is not GMT) gets a character vector due to including the `zone` element. > x <-
2020 Oct 23
0
The presence/absence of `zone` in POSIXlt depending on time zone as a cause of possible inconsistences?
?Hi again, I take advantage of my previous mail to ask you a question for which I was looking for an answer when detected the behaviour I previously told. In the help of DataTimeClasses one can read: "POSIXlt" objects will often have an attribute "tzone", a character vector of length 3 giving the time zone name from the TZ environment variable and the names of the base time
2013 Jul 03
3
VM destroy faiing in 1.0.1
Hi, Virsh destroy is always failing with below error. [host:~]$ virsh destroy XYZ--2 error: Failed to destroy domain XYZ--2 error: Requested operation is not valid: domain is not running [host:~]$ virsh list --all Id Name State ---------------------------------------------------- - XYZ--2 shut off [host:~]$ host:~]$ libvirtd --version
2011 Jul 12
2
time zone - any practical solution?
Hello all, Could someone help me with the time zones in understandable & practical way? I got completely stucked with this. Have googled for a while and read the manuals, but without solutions... ------------------------------------------------------------------- When data imported from Excel 2007 into R (2.13) all time variables, depending on date (summer or winter) get (un-asked for
2008 Aug 04
2
Long Range Dependence: Hurst exponent estimation
Dear R Users, Can anyone point me to a package for R vrsion 2.7.1 which implements some Hurst exponent estimation methods ? Thanks in advance, Tolga Generally, this communication is for informational purposes only and it is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. In the event you are
2007 Nov 15
1
Writing a helper function that takes in the dataframe and variable names and then does a subset and plot
Hi, I have a large dataframe than I'm writing functions to explore, and to reduce cut and paste I'm trying to write a function that does a subset and then a plot. Firstly, I can write a wrapper around a plot: plotwithfits <- function(formula, data, xylabels=c('','')) { xyplot(formula, data, panel = function(x,y, ...) { panel.xyplot(x,y,
2014 Aug 07
1
UTC time zone on Windows
Hi I'm having trouble running R CMD build and check with UTC time zone setting in Windows Server 2012. I can't seem to get rid of the following warning: unable to identify current timezone 'C': please set environment variable 'TZ' However, setting TZ to either "Europe/London" or "GMT Standard Time" didn't help. It seems to me that the
2006 Nov 06
4
Updating the index.
I''ve been reading through the lucene, ferret, and aaf docs, but I''m still a bit new at full text indexing. When I create a new instance of an indexed model, and save it, it doesn''t show up in searches. Should I have to update the index of the entire model (which works) before it will return in queries? Britt