Displaying 1 result from an estimated 1 matches for "rmess".
Did you mean:
mess
2005 May 08
1
working with CGIwithR
...I won't (yet) waste time here with
detail but I'd love advice on ways to get more debugging information
and on speeding things up as my server is slow, the only one I can
currently afford, and each invocation of the script takes minutes to
turn around and even with:
zz <-file("Rmess.all",open="wt")
sink(zz,type=c("output","message"))
I'm not trapping any error messages, the program just appears to skp
entering a function I've written and continue on with nary an apology
or gentle complaint about my stupidity! Most unlike R!
Than...