search for: rtmpfile

Displaying 2 results from an estimated 2 matches for "rtmpfile".

Did you mean: tmpfile
2006 Sep 17
3
wishlist: option to cause /bin/sh to be used instead of user's shell
SSH, like RSH before it, invokes a command using the user's shell as specified in the passwd file. In a mixed shell environment with some logins csh-like and some sh-like that is sometimes very difficult to handle. (No, I am not fond of csh.) If I could force a single shell everywhere of course that would be preferable but sometimes I have no control over it. I have often wanted an option
2012 Oct 16
2
gam (mgcv) problem: Error in while (mean(ldxx/(ldxx + ldss)) > 0.4) { :, missing value where TRUE/FALSE needed
...(G, method, optimizer, control, in.out, scale, gamma, ...) 4: gam(ndvi ~ s(rain) + s(temp) + s(rainl1) + s(rainl2) + s(rainxY) + s(rainl1xY) + s(rainl2xY) + s(tempxY), data = dsub, weights = wvec) 3: eval.with.vis(expr, envir, enclos) 2: eval.with.vis(ei, envir) 1: source("/tmp/RTmpFile-UYYVRr.r", echo = TRUE, print.eval = TRUE, max.deparse.length = 5e+05, local = TRUE) I've got a ton of data, and I'm doing this all via ssh into a relatively fast server. 1> dim(dsub) [1] 181705 42 By way of context, I'm using climate data to predict NDVI, and usi...