search for: xtmp

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

Did you mean: tmp
2010 Feb 25
1
sftp Batchmode command level error suppression does not work?
...ailure (which is expected - directory exists) Run with -mkdir prefix sftp> -mkdir tmp Invalid command. sftp> cd tmp sftp> put rpt.list Uploading rpt.list to /home/bboyle/tmp/rpt.list sftp> bye Note, the line -mkdir tmp is not recognized as a command If I change the script to -mkdir xtmp (new dir) sftp> -mkdir xtmp Invalid command. sftp> cd xtmp Couldn't canonicalise: No such file or directory Does not mkdir - ignores the entire command Cd fails (as we would expect) Any ideas? C. Brian Boyle PCVM / EWI / HS [cid:image001.jpg at 01CAB573.0C60AFD0] [cid:image002...
2010 Nov 22
1
Problem setting the number of digits in xtable
...LaTeX which is great. I can use xtable for formatting outp of tables but I have a problem setting the number of decimals in xtables when used with dataframe. I have found an example on the net ith matrix and it works. For example this works : > > tmp <- matrix(rnorm(9), 3, 3) > > xtmp <- xtable(tmp) > > digits(xtmp) <- c(0,0,3,4) > > print(xtmp, include.rownames = FALSE) # row names produced : > % latex table generated in R 2.12.0 by xtable 1.5-6 package > % Mon Nov 22 17:35:00 2010 > \begin{table}[ht] > \begin{center} > \begin{tabular}{rrr} &gt...
2010 Sep 24
0
kernlab:ksvm:eps-svr: bug?
...paste("`",colnames(x[,scaled, drop = FALSE])[co], 135 "'", sep="", collapse=" and "), 136 "constant. Cannot scale data.") 137 ) 138 } else { 139 xtmp <- scale(x[,scaled]) 140 x[,scaled] <- xtmp 141 x.scale <- attributes(xtmp)[c("scaled:center","scaled:scale")] 142 if (is.numeric(y)&&(type(ret)!="C-svc"&&type(ret)!="nu-svc"&&type(ret)!="C-bsvc...
2012 Oct 02
2
Questions on converting to ConfBridge
I'm looking at what would be involved in converting from MeetMe to ConfBridge and there seems to be a lot of missing administrative things, but I hope I'm just missing it. We all know about the missing realtime linkage. That's a major nuisance, but can be worked around. More serious is that the CLI command to display users in a ConfBridge don't show the caller ID information, so
2010 Nov 24
0
4. Rexcel (Luis Felipe Parra)-how to run a code from excel
...LaTeX which is great. I can use xtable for formatting outp of tables but I have a problem setting the number of decimals in xtables when used with dataframe. I have found an example on the net ith matrix and it works. For example this works : > > tmp <- matrix(rnorm(9), 3, 3) > > xtmp <- xtable(tmp) > > digits(xtmp) <- c(0,0,3,4) > > print(xtmp, include.rownames = FALSE) # row names produced : > % latex table generated in R 2.12.0 by xtable 1.5-6 package > % Mon Nov 22 17:35:00 2010 > \begin{table}[ht] > \begin{center} > \begin{tabular}{rrr} &gt...