Displaying 2 results from an estimated 2 matches for "js229".
Did you mean:
s229
2004 Apr 02
1
R on Tru64 OSF 5.1
Has anyone achieved a current successful build of R
1.8 or 1.9 or earlier for HPUX Tru 64 OSF 5.1?
There is no binary version of R for HPUX Tru 64 OSF
5.1. The R admin manual mentions that the native make
fails on "Alpha/OSF (aka Tru 64)" and gnu make must be
used instead. There are problems reported with
building R versions around 1.4 from 2002 on R-devel,
some of which were fixed with
2003 Dec 19
1
Missing arguments to new
Is this the expected and/or correct behaviour? And if
so, how do I persuade new to interpret a named but
missing argument as missing?
-------------
setClass("testMissing",representation(a="numeric"),prototype=list(a=0));
showMissing <- function(real.arg,missing.arg) {
really.missing <- new("testMissing");
show(really.missing);
really.there <-