search for: findata

Displaying 8 results from an estimated 8 matches for "findata".

Did you mean: indata
2013 Jan 14
1
Rbbg for 2.15.2
Dear R Users, Anyone know of a version of Rbbg compiled for R 2.15.2 . The current version does not appear to work with 2.15.2 > install.packages("Rbbg", repos = "http://r.findata.org") Installing package(s) into ?C:/Users/t_uzu_000/Documents/R/win-library/2.15? (as ?lib? is unspecified) Warning: unable to access index for repository http://r.findata.org/src/contrib Warning message: package ?Rbbg? is not available (for R version 2.15.2) Thanks in advance, Tolga
2013 Feb 05
1
failure to connect to Bloomber using Rbbg from batch script on Windows
...: localhost/127.0.0.1:8194 2013/02/04 19:46:50.721 blpapi.Session.AuthorizationManager.3  b [INFO] AuthorizationManager connectionUp ([0/3]) 2013/02/04 19:46:50.722 blpapi.Session.AuthorizationManager.3  b [INFO] Nothing to authorize. No pre-loaded authorization requests. ===================   org.findata.blpwrapper.0.log-1.1 ================ Feb 4, 2013 7:40:17 PM org.findata.blpwrapper.Connection processSessionStatusEvent WARNING: SessionStartupFailure = {     reason = {         source = "Session"         errorCode = 1001         category = "UNCLASSIFIED"         description =...
2011 Oct 24
0
Re: Fincon on wine with system user
...te: > Oh yes sorry my problem was not with the permissions but it was because of my fincon.cfg config file it was configured to look for the server according to its ip address where my other computers used to look for the server according to its name so for an example it looked for \\192.168.0.1\findata and it must have been \\server\findata. > > I hope this helpes someone. I'm so glad to hear that Fincon can work in Ubuntu. It would be greatly appreciated if you will be so kind to write a installation how-to for it. I'm sitting with a situation where the network consists of 70%...
2012 Jul 09
1
Problem to establish Bloomberg connection / Package RBloomberg / function blpConnect()
...ing error message: R version 2.15.1 (2012-06-22) rJava Version 0.9-3 RBloomberg Version 0.4-150 Java environment initialized successfully. Looking for most recent blpapi3.jar file... Adding C:\blp\API\APIv3\JavaAPI\v3.4.8.1\lib\blpapi3.jar to Java classpath Fehler in .jnew("org/findata/blpwrapper/Connection", java.log.level) : java.lang.UnsupportedClassVersionError: Bad version number in .class file It looks there is any problem with the installed java version. Has anyone an idea how to solve that problem? Regards, Alexander Erbse [[alternative HT...
2011 Mar 11
3
Fincon on wine with system user
Good day to all. I have a very frustrating problem because i think i know what the problem is but i dont know how to resolve it.I am completely new to Linux overall i have been a long time windows user. But i am getting anti windows by the day because i am starting to love Ubuntu more and more.Now let me first tell you what i have. Client:Ubuntu 10.10 32bit Server:Ubuntu 10.10 64bit (Windows Xp
2012 Jun 27
1
Problem installing RBloomberg
I have the following error message when I try to install RBloomberg. Les packages binaires t?l?charg?s sont dans C:\Users\bloom\AppData\Local\Temp\RtmpktX4UK\downloaded_packages Message d'avis : packages ?quantstrat?, ?RBloomberg?, ?rsproxy?, ?VaR? are not available (for R version 2.15.1) R version 2.15.1 System : Windows 7 (64 bits) Any help appreciated Thx -- View this message
2012 May 21
16
Contactos en Madrid-ayuda con instalación
Hola a todos, Mi nombre es Juanjo. Llevo un tiempo intentado hacer funcionar un programa que necesita de la instalación de RPROJECT y REXCEL. He mirado varias guías e instalado los programas pero obtengo varios errores. El principal es que tras instalar RProject, Rexcel y statcon y al intentar correr esta macro desde Visual Basic… Sub Start() RInterface.StartRServer
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",