search for: fsig

Displaying 10 results from an estimated 10 matches for "fsig".

Did you mean: fig
2006 Mar 30
8
iostat -xn 5 _donot_ update: how to use DTrace
on Solaris 10 5.10 Generic_118822-23 sun4v sparc SUNW,Sun-Fire-T200 I run #iostat -xn 5 to monitor the IO statistics on SF T2000 server. The system also have a heavy IO load, for some reason iostat donot refresh (no any update). It seems like iostat is calling pause() and stucked there. Also my HBA driver''s interrupt stack trace indicates there is a lot of swtch(), the overall IOPS
2019 Jun 28
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...t;methods" "methods" >> $ mnames : chr [1:2] "object" "value" >> $ fnames : chr [1:4] "object" "subset" "target" "value" >> [1] "f" "fdef" "fnames" "fsig" "imf" >> [6] "method" "mnames" "omitted" "omittedSig" "sig0" >> [11] "sigNames" "signature" >> List of 2 >> $ omittedSig: logi [1:4] FALSE TRUE TRUE FALSE >> $ sign...
2019 Jun 27
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
..."methods" "methods" "methods" $ mnames : chr [1:2] "object" "value" $ fnames : chr [1:4] "object" "subset" "target" "value" [1] "f" "fdef" "fnames" "fsig" "imf" [6] "method" "mnames" "omitted" "omittedSig" "sig0" [11] "sigNames" "signature" List of 2 $ omittedSig: logi [1:4] FALSE TRUE TRUE FALSE $ signature : Named chr [1:4] "TilingFeatur...
2019 Jun 28
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...uot; "methods" "methods" > $ mnames : chr [1:2] "object" "value" > $ fnames : chr [1:4] "object" "subset" "target" "value" > [1] "f" "fdef" "fnames" "fsig" "imf" > [6] "method" "mnames" "omitted" "omittedSig" "sig0" > [11] "sigNames" "signature" > List of 2 > $ omittedSig: logi [1:4] FALSE TRUE TRUE FALSE > $ signature : Named chr...
2019 Jun 29
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
..."methods" > >> $ mnames : chr [1:2] "object" "value" > >> $ fnames : chr [1:4] "object" "subset" "target" "value" > >> [1] "f" "fdef" "fnames" "fsig" "imf" > >> [6] "method" "mnames" "omitted" "omittedSig" "sig0" > >> [11] "sigNames" "signature" > >> List of 2 > >> $ omittedSig: logi [1:4] FALSE TRUE TRUE F...
2019 Jun 29
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...>> >> $ mnames : chr [1:2] "object" "value" >> >> $ fnames : chr [1:4] "object" "subset" "target" "value" >> >> [1] "f" "fdef" "fnames" "fsig" "imf" >> >> [6] "method" "mnames" "omitted" "omittedSig" "sig0" >> >> [11] "sigNames" "signature" >> >> List of 2 >> >> $ omittedS...
2019 Jul 04
1
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...; >> $ mnames? : chr [1:2] "object" "value" ? ? >>> >> $ fnames? : chr [1:4] "object" "subset" "target" "value" ? ? >>> >> [1] "f"? ? ? ? ? "fdef"? ? ? "fnames"? ? "fsig"? ? ? "imf" ? ? >>> >> [6] "method"? ? "mnames"? ? "omitted"? ? "omittedSig" "sig0" ? ? >>> >> [11] "sigNames"? "signature" ? ? >>> >> List of 2 ? ? >>> &gt...
2019 Jul 01
1
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true
...; >> $ mnames : chr [1:2] "object" "value" >>> >> $ fnames : chr [1:4] "object" "subset" "target" "value" >>> >> [1] "f" "fdef" "fnames" "fsig" "imf" >>> >> [6] "method" "mnames" "omitted" "omittedSig" "sig0" >>> >> [11] "sigNames" "signature" >>> >> List of 2 >>> &gt...
2019 Jun 29
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...; >> $ mnames : chr [1:2] "object" "value" >>> >> $ fnames : chr [1:4] "object" "subset" "target" "value" >>> >> [1] "f" "fdef" "fnames" "fsig" "imf" >>> >> [6] "method" "mnames" "omitted" "omittedSig" "sig0" >>> >> [11] "sigNames" "signature" >>> >> List of 2 >>> &gt...
2019 Jun 27
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
Henrik, If a minimal reprex is hard to construct, could you perhaps instrument your version of R to include a browser() call at the start of the else if(!all(signature[omittedSig] == "missing")) { branch, run the code that triggers the issue for you (and must hit that branch) and tell us what the "signature" and "omittedSig" objects look like at that point?