search for: alternative1

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

Did you mean: alternative
2002 May 02
0
improving match.args()
Here is a suggestion for improving match.arg() Comments welcome. Best Jens Oehlschl?gel # up to now match.arg() works as t1 <- function( param = c("default", "alternative1", "alternative2") ){ param <- match.arg(param) param } # and args(t1) # > function (param = c("default", "alternative1", "alternative2")) # misleadingly tells us the default of param would be a vector of length 3 # the modified version o...
2009 Sep 09
1
oVirt Appliance / Single Machine Install
The following two patches fixes / reimplements the oVirt appliance project, installing the entire oVirt stack including all server and node components on one machine. These patches are intended to be checked out and used to build the appliance rpm, after which it is installed provides the /usr/sbin/ovirt-appliance-ctrl script to install/uninstall the appliance. The first patch merely removes