search for: fame

Displaying 20 results from an estimated 176 matches for "fame".

Did you mean: fake
2006 Dec 08
2
dyn.load and function calls without 'PACKAGE' argument
I'm writing a package that interfaces to the FAME database, via a library of compiled C routines accessible through a Linux .so file. My .onLoad() function loads the .so like this: dyn.load("/opt/fame/timeiq/lib/linux_x86/libjchli.so", local = F) and after that I also load my own fame.so via library.dynam("fame", package =...
2009 Jan 20
1
Problem with FAME
Dear All, I wonder whether anyone has an experience with FAME package written by Jeff Hallman. All my attempts to send him the following problem report did not succeed (the mail system says that my e-mail could not be delivered), so I turn for help to this list. I tried to use your FAME package written for R, but somehow I cannot get it working. I am using W...
2007 Jul 12
5
In creating a Windows binary package (zip), how do I make the installation configurable
I would like to create a binary package for Windows which when installed will give the user an option of whether to install one version or another. Here is the problem, I have a package 'FAME' that can run in two different modes on Windows. An old mode that uses R to connect to a remote linux machine and a new way that uses a locally installed database. I would allow this decision to be made at run time, but the DLL in the later case depends upon the database's DLL being on the...
2007 Feb 02
2
Help with OS X (BSD) ps command
My fame package has a function that checks to see if a FAME SERVER process is already running. On Linux, I can do this in one of two ways: pid <- Sys.getpid() user <- Sys.info()["user"] cmd <- paste("pgrep -fU", user, "-P", pid, "'FAME SERVER'&qu...
2007 Jun 05
1
Can configure.ac detect 64 bit R?
My fame package has to link to the libchli.so that comes with FAME. However, FAME is now supplying both 32 and 64 bit versions of the library. The 32-bit version is $FAME/hli/libchli.so while the 64-bit version is $FAME/hli/64/libchli.so. To set the right flags, it seems that I need to know, from within c...
2008 Nov 17
2
Cannot quit R - fame package issue?
...s" "package:datasets" [7] "package:methods" "Autoloads" "package:base" > q() Save workspace image? [y/n/c]: n Error in .Last() : could not find function "validServerIsRunning" > .Last function () { if (exists("fameRunning") && fameRunning()) fameStop() if (validServerIsRunning()) endServerSession() } <environment: namespace:fame> ------------------------------------------ As the .Last function is referring to the fame package, I figure it must be something to do with...
2008 Jan 04
0
R/FAME Interface
I am trying to establish an interface between FAME and R. I have downloaded the zip file containing the documentation regarding this interface from the CRAN website, but I am still having problems. Thus far, what I have done is as follows: 1. I ran the "ClientServer.R" file. 2. Then I ran "startRemoteServer.R" file. 3. Th...
2004 Dec 15
2
Bugtracker Karma Hall Of Fame
The Karma Hall Of Fame is now available at: http://bugs.digium.com/karma_halloffame.php Users with negative karma aren't named'n'shamed.. YET.. but congrats to all the users with positive karma on the current list! The list shows all users holding the top 10 karma scores in the system. Right now you need a...
2010 Sep 28
2
Reshape
...ying, unsuccessfully, to change a dataframe from long to wide format using reshape (the original). I would appreciate it if someone could demonstrate the correct syntax. The script below will create a toy example. The new wide data should have a column name for each unique entry in the "fame" column. Under each column should be either the appropriate weight or na, if there is no match. Thus, the end product should have column names: valley plot trt 18w 16iso 12:0, etc. Here is the toy script for the starting data in long form: dat <- data.frame(fame = gl(4,1,10...
2003 Mar 28
2
rsync ignoring some new files
...letely new files to the same directory. Two are copied perfectly, and one of them (ending in tar.Z) is ignored completely. All files have the same permission. -rw-rw-r-- 1 cvsuser cvsgroup 12420 Mar 27 13:37 lesstif-0.93.18-5.i386.rpm -rw-rw-r-- 1 cvsuser cvsgroup 28452909 Mar 27 13:37 fame90linux_x86.tar.Z -rw-rw-r-- 1 cvsuser cvsgroup 2539144 Mar 27 13:37 lesstif-0.93.18-5.src.rpm The command that I am using /usr/local/bin/rsync -avuz -C ---status --exclude-from=/disk1/tools/scripts/syncwww_exclude --rsh=ssh /disk1/wwwstage/noncvs/downloads www2.fame.com:/disk1/noncvs No...
2010 Jul 16
1
I need help making a data.fame comprised of selected columns of an original data frame.
I must have missed something simple, but still, i don't know what. I obtained my basic data as follows: x <- sprintf("SELECT m_id,sale_date,YEAR(sale_date) AS sale_year,WEEK(sale_date) AS sale_week,return_type,0.0001 + DATEDIFF(return_date,sale_date) AS elapsed_time FROM `merchants2`.`risk_input` WHERE DATEDIFF(return_date,sale_date) IS NOT NULL") moreinfo <- dbGetQuery(con,
2014 May 30
3
Typos in the FLAC codebase
1) src/share/grabbag/snprintf.c, line 42: 'on systems with a norrmal ISO C99' 'norrmal' -> 'normal' 2) src/flac/encode.c, line 1661: '(eg, very short files, < 10000 fames)' 'fames' -> frames? samples? bytes? 3) configure.ac, line 140: 'AM_CONDITIONAL(FLAC__CPU_X86_64, test "x$cpu_x86_64" = xtrue)' Not sure about this, but other names inside AM_CONDITIONALs begin with FLaC__, not FLAC__. A quote from configure.ac: "NOTE tha...
2012 Dec 06
2
function to filter identical data.fames using less than (<) and greater than (>)
Esteemed UseRs, I've got many biggish data frames which need a lot subsetting, like in this example: # example eg <- data.frame(A = rnorm(10), B = rnorm(10), C = rnorm(10), D = rnorm(10)) egsub <- eg[eg$A < 0 & eg$B < 1 & eg$C > 0, ] egsub egsub2 <- eg[eg$A > 1 & eg$B > 0, ] egsub2 # To make this clearer than 1000s of lines of extractions with [] # I
2006 Mar 09
13
[prototype] how i send Dynamic form field values??
I want to know how can i send the values of form fields build dynamic with prototype. i have the form as follow: <form id="id" method="post" action="url"> <div id="dynamicFields"></div> </form> with prototype i fill the dynamicFields DIV with <input> and <select> tags, but when i submit the form the values of
2007 Jul 25
3
aggregate.ts
Consider the following scrap of code: > x<- ts(1:50,start=c(1,11),freq=12) > y <- aggregate(x,nfreq=4) > c(y) [1] 6 15 24 33 42 51 60 69 78 87 96 105 114 123 132 141 > y Error in rep.int("", start.pad) : invalid number of copies in rep.int() > tsp(y) [1] 1.833333 5.583333 4.000000 So we can aggregate into quarters, but we cannot print it using
2007 Jul 25
3
aggregate.ts
Consider the following scrap of code: > x<- ts(1:50,start=c(1,11),freq=12) > y <- aggregate(x,nfreq=4) > c(y) [1] 6 15 24 33 42 51 60 69 78 87 96 105 114 123 132 141 > y Error in rep.int("", start.pad) : invalid number of copies in rep.int() > tsp(y) [1] 1.833333 5.583333 4.000000 So we can aggregate into quarters, but we cannot print it using
2005 Jun 05
2
data transformation
i have data fame da: > da x y 1 1 a 2 2 a 3 3 a 4 4 a 5 5 a 6 6 b 7 7 b 8 8 b 9 9 b 10 10 b > str(da) `data.frame': 10 obs. of 2 variables: $ x: num 1 2 3 4 5 6 7 8 9 10 $ y: Factor w/ 2 levels "a","b": 1 1 1 1 1 2 2 2 2 2 and i want to generate new variabl...
2008 Nov 18
0
Packages for time series databases
...ism to handle multilingual data documentation. -TSdbi is the main package. -TSMySQL, TSPostgreSQL, and TSSQLite provide interfaces for these three SQL databases (using RMySQL, RSQLite, and RPostgreSQL). -TSodbc provides an interface using RODBC (tested only with a PostgreSQL server). -TSfame provides an interface to Fame using the fame package. -TSpadi provides an interface to Fame using a (somewhat dated) padi server. -TShistQuote provides an interface to get.hist.quote. Many thanks to the authors and maintainers of the underlying packages, and several people who have commented...
2008 Nov 18
0
Packages for time series databases
...ism to handle multilingual data documentation. -TSdbi is the main package. -TSMySQL, TSPostgreSQL, and TSSQLite provide interfaces for these three SQL databases (using RMySQL, RSQLite, and RPostgreSQL). -TSodbc provides an interface using RODBC (tested only with a PostgreSQL server). -TSfame provides an interface to Fame using the fame package. -TSpadi provides an interface to Fame using a (somewhat dated) padi server. -TShistQuote provides an interface to get.hist.quote. Many thanks to the authors and maintainers of the underlying packages, and several people who have commented...
2010 Sep 29
0
Transforming/appending data (words in IMDB)
...e1 Genre2 Genre3 Reviewer Rating Word Word_ct 1 Up Animation Adventure Comedy Kelly 9 the 22 2 Up Animation Adventure Comedy Kelly 9 dog 5 3 Up Animation Adventure Comedy Kelly 9 can 10 4 Up Animation Adventure Comedy Kelly 9 wow 2 5 Fame Drama Music <NA> Jenn 8 the 15 6 Fame Drama Music <NA> Jenn 8 dance 12 # Each row indicates one word as used by one reviewer for one movie. In the first line, we see that Kelly used "the" 22 times in her review of "Up"....