search for: bestcase

Displaying 3 results from an estimated 3 matches for "bestcase".

Did you mean: testcase
2013 Nov 08
1
Mouse click works in some parts and not others
I am new to winehq. I want to use it to run a program called Bestcase but it is not working. Do I just have to wait for something to happen to fix it or for someone to care enough about Bestcase to change wine so that it runs Bestcase? Is there something that I can do to possibly make it work? What are the steps required to get this program working under wine?...
2011 Apr 04
2
reading from text file that have different rowlength and create a data frame
...on Inames<-as.data.frame(read.table("CLG1mpd.asc",header=T,comment=";")) Inames<-as.matrix(read.table("example.txt",header=T,comment=";")) Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 5 elements In bestcase scenerio, I want to fill the blank space with NA's, with matrix or dataframe Var1 Var2 Var3 Var4 Var5 0 0.05 0.01 12 NA 1 0.04 0.06 18 A 2 0.05 0.08 14 NA 3 0.01 0.06...
2013 Nov 17
0
How to find a failing DLL?
Still trying to figure out how to make BestCase work on wine. It sort of runs, but several fields and radio buttons cannot be selected with the mouse. Others have suggested that the problem is likely a DLL. Is there a system that is better than random checking to determine which DLL(s) might be the problem? Thank Kurt