Displaying 2 results from an estimated 2 matches for "explitict".
Did you mean:
explicit
2002 Jul 08
1
subset, once more
...ew to R, I had the bad idea to send a bug report about '[' not knowing it
had a drop= argument. Now, I wonder about the absence of this argument in
subset...
In both availabe methods (see below), there is a ... argument, but this
argument is not used in either. Rather, subset.data.frame explitictly passes
drop=F in 1 instance.
Before I start patching (for my own use): what is the reason for this?
>subset.default
function (x, subset, ...)
x[subset & !is.na(subset)]
>subset.data.frame
function (x, subset, select, ...)
{
if (missing(subset))
r <- TRUE
else {...
2003 Jan 03
0
[Bug 451] new config-Option: IPv4or6
...|Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From djm at mindrot.org 2003-01-03 14:46 -------
You can do this by explitictly specifying an v4 or v6 addr in "HostName xxx" - I
don't think we need another option.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.