search for: ftext

Displaying 5 results from an estimated 5 matches for "ftext".

Did you mean: text
2006 Aug 08
2
Legacy database migration causing problems during testing.
...serted into the test database. I replaced all the enum references with varchars, but I''m now running into an error with the creation of indexes on full text fields. Mysql::Error: BLOB/TEXT column ''longteaser'' used in key specification without a key length: CREATE INDEX `ftext` ON asarticle (`keyword`, `title`, `author`, `longteaser`, `articletext`, `metakeywords`) Is it possible to get the schema.rb creation process to ignore certain tables and/or characteristics when generating itself? I''ve got about 100 tables, 5 of which I need for the project. Anywhere yo...
2010 Mar 29
3
one way to write scripts in R
...[1])+1+(1-as.numeric(keepend)),nchar(parts[i])) } } text=pp("pp(\"",pp(collap,collapse=""),"\")") # sys.frame(-2) is necessary to get definitions from calling function before where we were defined. if (sys.nframe() > 1) { ftext=eval(parse(text=text),envir=sys.frame(-2)) } else { ftext=eval(parse(text=text)) } ftext } pp=function(...) paste(...,sep="") # must be defined in outermost scope for ppp() to work # shell like string interpolation... ppp("fill in ${myvar} here after `hostname...
2004 Jul 13
2
help with as.function
HI, sorry but i don't understand how to make a function with as.function() formula<-"2+3*x" formu<-as.symbol(formula) > formu 2+3*x formul<-as.function(alist(x=,formu)) curve(formul,1,5,col="blue") Error in xy.coords(x, y, xlabel, ylabel, log) : x and y lengths differ > typeof(formul) [1] "closure" and not plot the curve function, Why?
2012 Mar 17
2
Reading then transposing from file
Hi, I'm an R beginner and I'm struggling with what should be a rudimentary task. My data is along these lines: ID name1 name2 name3 name4 Class 0 1 0 2 Var1 A B C A Var2 B C C A Var3 C A B A etc. I'm using the following: foo <- data.frame(t(read.table("file", header=FALSE))) but of course now it's not using ID, Class, etc. as column names. As you can imagine,
2010 Jan 09
21
[Bug 25966] New: nv25 : rxvt scrolling is very slow
http://bugs.freedesktop.org/show_bug.cgi?id=25966 Summary: nv25 : rxvt scrolling is very slow Product: xorg Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org