Displaying 6 results from an estimated 6 matches for "76756".
Did you mean:
6756
2019 Jul 01
1
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true
I run checks with R-devel rev. 76756 on several of my packages which use S4, with no ill effects.
With the risk of not adding much, it seems that Martin's example, which I repeat below, suggests a crossover between several "signatures" involved here - the signature of the generic, the signature of the method (the argum...
2019 Jul 04
1
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...t;something about signature[omittedSig]> .
It just affects error message.
Original:
? ? if(any(is.na(match(signature[omittedSig], c("ANY", "missing"))))) {
? ? ? ? bad <- omittedSig & is.na(match(signature[omittedSig], c("ANY", "missing")))
After r76756:
? ? if(any(iiN <- is.na(match(signature[omittedSig], c("ANY", "missing"))))) {
? ? ? ? bad <- omittedSig & iiN
----------------------------------------------
>>>>> Martin Maechler
>>>>>? ? on Sat, 29 Jun 2019 12:05:49 +0200 writes:
&...
2019 Jun 29
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...continues to run its own tests. OTOH,
Matrix may not trigger the situations that are dealt with here
at all, as the signature() are rarely longer than three, and at
some point in time I had made long passes through the package in
order to "minimize" the .local() calls.
--> svn commit 76756 (in addition to 76753, mentioned earlier)
now has rematchDefinition() changes
I would be positively surprised if (but can imagine that) this
had no affect on CRAN / Bioconductor packages.
Still, these two changes seem to achieve what both the comments
and the documentation of conformMethod(...
2019 Jun 29
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
>>>>> Martin Maechler
>>>>> on Sat, 29 Jun 2019 10:33:10 +0200 writes:
>>>>> peter dalgaard
>>>>> on Fri, 28 Jun 2019 16:20:03 +0200 writes:
>> > On 28 Jun 2019, at 16:03 , Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>> >
>> >>>>>> Henrik Bengtsson
2005 Oct 19
0
help for script add ip addresses dynamically
Hi,
I am trying to write a script that will create a class and will add specific Ip address to that class.
let me write commands:
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 12
tc class add dev eth0 parent 1 classid 1:1 htb rate 10mbit ceil 10mbit
tc qdisc add dev eth0 parent 1:1 sfq
tc class add dev eth0 parent 1:1 classid 1:21 htb rate 128kbit ceil 128kbit
tc
2007 Apr 27
0
Problems with Digium TE110P
...n 2.59.2.4
[42949386.380000] lp0: using parport0 (interrupt-driven).
...
root@paggo-asterisk01:~# lsmod
Module Size Used by
ipv6 287584 24
ext3 147848 1
jbd 62996 1 ext3
dm_mod 63512 1
md_mod 76756 0
lp 13220 0
hisax 575824 0
isdn 153056 1 hisax
slhc 8320 1 isdn
e100 43012 0
mii 7040 1 e100
wcte11xp 27424 0
zaptel 192900 1 wcte11xp
crc_ccitt...