search for: fred2

Displaying 12 results from an estimated 12 matches for "fred2".

Did you mean: fred
2013 Jun 10
1
Help with R loop for URL download from FRED to create US time series
I am downloading time series data from FRED. I have a working download, but I do not want to write out the download for all 50 states likes this: IDRGSP <- read.table('http://research.stlouisfed.org/fred2/data/IDRGSP.txt', skip=11, header=TRUE) IDRGSP$DATE <- as.Date(IDRGSP$DATE, '%Y-%m-%d') IDRGSP$SERIES <- 'IDRGSP' IDRGSP$DESC <- "Real Total Gross Domestic Product by State for Idaho, Mil. of, A, NSA, 2012-06-05" WYRGSP <- read.table('http://research....
2011 Sep 05
3
msvcp80.dll...
Hi, since the Wine 1.3.27 update (on Ubuntu), some applications don't start anymore, especially Google SketchUp. A window pops up immediately saying that the program has to be closed. This happens with programs that depend on msvcp80.dll. I tried all combinations of native/built-in etc. Then I rebooted and created a completely new empty prefix and even Wine's iexplore.exe does not start.
2008 Dec 16
1
Problem with alignDailySwries in R-metrics
Hi Folks! I seem to be having a problem with alignDailySeries in Rmetrics: DTB6<-fredSeries("DTB6",frequency = "daily",from = "1980-01-01") trying URL ' http://research.stlouisfed.org/fred2/series/DTB6/downloaddata/DTB6.txt' Content type 'text/plain; charset=UTF-8' length 248392 bytes (242 Kb) opened URL downloaded 242 Kb Read 13060 items class(DTB6) [1] "timeSeries" attr(,"package") [1] "fSeries" DTB6<-alignDailySeries(DTB6, method = &...
2011 Aug 28
3
visual theme regression (?)
I use a visual theme (msstyles) that matches the UI of Windows programs to my distribution. However since Wine 2.3.26, many parts of the theme are shown black (probably png images). This happens with any msstyles themes. Is this bug already known? I searched in bugzilla, but couldn't find anything about uxtheme.dll etc.
2011 Nov 11
1
Window positioning is messy
When a window or a dialog of an application opens, it is automatically positioned somewhere on the screen (for example somewhere in the center). In current Wine and Ubuntu Oneiric (I can't tell for other distributions), child windows of automatically positioned windows appear offset, often at [0,0] in the top left corner of the screen. This is not too much annoying for tool windows, but it is
2011 Nov 15
2
UXTheme and Vista Styles potential problem
Sure I know vista styles tend to use png images, but I seem to have noticed a potential problem. Unless wine has its own window manager, styles like Windows Aero may look very strange in wine. Reason: Aero is intended to be a unified look and imagine a partial glass look with metacity chopping off part of the theme. Also, how would we know were to start drawing in the aero image resource if we
2012 Jan 24
1
[Offtopic] menus of Windows applications
Hi, I'm curious how feasible would it be to make menu commands of Windows applications available over DBus? It would give endless possibilities if Windows applications could join GTK/QT/XUL/Java applications that share there functionality to be implemented a various innovative ways (Gnome Shell menu, Unity app menu, HUD). I see that it might not be trivial because Windows programs are
2012 Feb 11
2
1.4rc2: delayed redraw of 3d app
Since 1.4rc2, Google SketchUp does not immediately redraw the 3d drawing area, but only after the view has been invalidated another time. That means SketchUp starts with black screen until you force it to update the view (by moving, resizing the window or orbiting or panning the view). This is also noticeable when you click, double-click or triple-click an object in order to select it: The object
2011 Jul 18
0
Re: Wine integration in Ubuntu 11.04
Now will that offset bug be fixed in Unity or in Wine? :? https://bugs.launchpad.net/unity/+bug/755406/comments/12 I'm also experiencing this.
2011 Aug 31
1
wine's iexplore: application protocols ?
I have a question, some applications register their own "custom protocols", instead of http: it can be for example skype: or skp: . Google SketchUp for example uses skp: to communicate between javascript in webdialogs and its Ruby scripting language. At the moment, I have installed Microsoft's IE8 (otherwise I haven't got it to work). For various reasons I would prefer
2012 Feb 23
1
Re: UXTheme and Vista Styles potential problem
Any news? Now with the new DIB engine, this topic gets a new meaning: http://markmail.org/message/42t5azci4j5pcskq
2012 Mar 29
4
link Explorer Shell extensions to Gnome thumbnailer
Programs with special uncommon file formats (not jpg) often register a shell extension in Explorer that offers thumbnails for these files (since the files otherwise wouldn't have previews). When I trigger in a Wine application (eg. SketchUp) the File Open dialog, I can see previews of the files (skp files) in the preview panel. This means the shell extension does work in Wine. The Shell