search for: sig0

Displaying 17 results from an estimated 17 matches for "sig0".

Did you mean: sig
2019 Jun 22
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...if(!all(signature[omittedSig] == "missing")) { - omittedSig <- omittedSig && (signature[omittedSig] != "missing") + omittedSig <- omittedSig & (signature[omittedSig] != "missing") .message("Note: ", .renderSignature(f, sig0), gettextf("expanding the signature to include omitted arguments in definition: %s", paste(sigNames[omittedSig], "= \"missing\"",collapse = ", "))) [1]+ Done svn diff src/library/methods/R/RMeth...
2019 Jun 27
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...hr [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] "TilingFeatureSet" "ANY" "ANY" "array" ..- attr(*, "names")= chr [1:4] "object" "subset...
2019 Jun 23
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...== "missing")) { > > - omittedSig <- omittedSig && (signature[omittedSig] != "missing") > > + omittedSig <- omittedSig & (signature[omittedSig] != "missing") > > .message("Note: ", .renderSignature(f, sig0), > > gettextf("expanding the signature to include omitted > > arguments in definition: %s", > > paste(sigNames[omittedSig], "= > > \"missing\"",collapse = ", "))) > > [1]+ Done...
2019 Jun 28
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...bject" "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] "TilingFeatureSet" "ANY" "ANY" "array" >> ..- attr(*, "names")=...
2019 Jun 27
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...;>> - omittedSig <- omittedSig && (signature[omittedSig] != "missing") >>>>>> + omittedSig <- omittedSig & (signature[omittedSig] != "missing") >>>>>> .message("Note: ", .renderSignature(f, sig0), >>>>>> gettextf("expanding the signature to include omitted >>>>>> arguments in definition: %s", >>>>>> paste(sigNames[omittedSig], "= >>>>>> \"missing\"",c...
2019 Jun 25
3
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...t;> > - omittedSig <- omittedSig && (signature[omittedSig] != "missing") > >> > + omittedSig <- omittedSig & (signature[omittedSig] != "missing") > >> > .message("Note: ", .renderSignature(f, sig0), > >> > gettextf("expanding the signature to include omitted > >> > arguments in definition: %s", > >> > paste(sigNames[omittedSig], "= > >> > \"missing\"",colla...
2019 Jun 23
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...ure[omittedSig] == "missing")) { > - omittedSig <- omittedSig && (signature[omittedSig] != "missing") > + omittedSig <- omittedSig & (signature[omittedSig] != "missing") > .message("Note: ", .renderSignature(f, sig0), > gettextf("expanding the signature to include omitted > arguments in definition: %s", > paste(sigNames[omittedSig], "= > \"missing\"",collapse = ", "))) > [1]+ Done svn diff src/...
2019 Jun 28
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...quot;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] "TilingFeatureSet" "ANY" "ANY" "array" > ..- attr(*, "names")= chr [1:4] "...
2019 Jun 24
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...) { >> > - omittedSig <- omittedSig && (signature[omittedSig] != "missing") >> > + omittedSig <- omittedSig & (signature[omittedSig] != "missing") >> > .message("Note: ", .renderSignature(f, sig0), >> > gettextf("expanding the signature to include omitted >> > arguments in definition: %s", >> > paste(sigNames[omittedSig], "= >> > \"missing\"",collapse = ", "...
2019 Jun 29
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...; "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] "TilingFeatureSet" "ANY" "ANY" "array" > >> ..- at...
2019 Jun 29
2
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...uot; "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] "TilingFeatureSet" "ANY" "ANY" "a...
2011 May 18
1
Constrainted Nonlinear Optimization - lack of convergence
...lta is a small positive number, may help - any comments? I admit, I am lazy for not trying this, as I just thought of it while writing this post. 2c. I am dangerously knowledgeable that penalty functions exist, but I am uncertain on how to utilize and how to determine how to select the term 'sig0'. Suggestions? 2d. Thinking more, I have not rigorously attempted to modify the tolerance for convergence, thinking that perhaps my issue is more related to the solution path not remaining in the constraints being the issue, and not my convergence. Am I incorrect in thinking so? I would...
2019 Jul 04
1
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...ot;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] "TilingFeatureSet" "ANY" "A...
2019 Jun 25
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...>>>> - omittedSig <- omittedSig && (signature[omittedSig] != "missing") >>>>> + omittedSig <- omittedSig & (signature[omittedSig] != "missing") >>>>> .message("Note: ", .renderSignature(f, sig0), >>>>> gettextf("expanding the signature to include omitted >>>>> arguments in definition: %s", >>>>> paste(sigNames[omittedSig], "= >>>>> \"missing\"",collapse = &quo...
2019 Jun 27
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...- omittedSig <- omittedSig && (signature[omittedSig] != "missing") >>>>>>> + omittedSig <- omittedSig & (signature[omittedSig] != "missing") >>>>>>> .message("Note: ", .renderSignature(f, sig0), >>>>>>> gettextf("expanding the signature to include omitted >>>>>>> arguments in definition: %s", >>>>>>> paste(sigNames[omittedSig], "= >>>>>>> \"missing\"",collapse...
2019 Jul 01
1
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true
...ot;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] "TilingFeatureSet" "ANY" "A...
2019 Jun 29
0
methods package: A _R_CHECK_LENGTH_1_LOGIC2_=true error
...ot;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] "TilingFeatureSet" "ANY" "A...