search for: ismat

Displaying 11 results from an estimated 11 matches for "ismat".

Did you mean: isma
2020 Jan 13
0
Error in R CMD check --as-cran ?
...hought I had it fixed, but instead I had forgotton --as-cran on my last test run.? So the version just submitted to CRAN has warning messages in the log. I think it is an issue with CRAN.?? I've sent a message to R-devel asking for help.?? Since then, as a guess, I renamed my internal "ismat" function to something else and the error went away. Here is the code block in coxme,? it is part of the "check user arguments for validity" block at the start of the function.?? Run coxme in a terminal and all is well, run R CMD check without as-cran and all is well, but with --...
2020 Jan 13
5
as-cran issue
Where can I find out (and replicate) what options as-cran turns on? The issue: the following lines generate an error in R CMD check --as-cran? for coxme.? But there is no error without as-cran nor is there one when I run the code in a terminal window. ismat <- function(x)? inherits(x, "matrix") || inherits(x, "bdsmatrix") || inherits(x, "Matrix") if (ismat(kmat)? ) .... (The second line is repeated multiple times for multiple arguments.? The ismat function is defined simply to save typing.) The check log contains m...
2020 Jan 13
0
as-cran issue
...R-devel wrote: > Where can I find out (and replicate) what options as-cran turns on? > > The issue: the following lines generate an error in R CMD check --as-cran? for coxme.? But > there is no error without as-cran nor is there one when I run the code in a terminal window. > > ismat <- function(x)? inherits(x, "matrix") || inherits(x, "bdsmatrix") || inherits(x, > "Matrix") > if (ismat(kmat)? ) .... > > (The second line is repeated multiple times for multiple arguments.? The ismat function is > defined simply to save typing.) &g...
2013 Jan 28
1
Suggestions for 'diff.default'
...difference operations are carried out on each column separately." If the result is empty, I expect that the result still has as many columns as the input. Suggestion 2: Make 'diff.default' applicable more generally by (a) not performing 'unclass'; (b) generalizing (changing) ismat <- is.matrix(x) to become ismat <- length(dim(x)) == 2L If suggestion 1 is to be applied, if 'unclass' is not wanted (point (a) in suggestion 2 is also to be applied), if (lag * differences >= xlen) return(x[0L]) can be changed to if (lag * differences >= xlen) re...
2020 Jan 13
2
as-cran issue
...; See the file src/library/tools/R/check.R in the R sources, and grep for > as_cran which is the internal variable controlled by the --as-cran option > > [...] > > | The check log contains multiple instances of the lines below: > | > | < Warning message: > | < In if (ismat(kmat)) { : > | <?? the condition has length > 1 and only the first element will be used > | > | I don't see how the error could arise, but if I know what as-cran is doing perhaps I can > | replicate it. > > This was widely discussed on this list and should also be in th...
2001 Sep 25
1
Cannot start Notes Rnext Beta 3
...eCommPort Couldn't open /dev/modem ! (check permissions) fixme:dosfs:DOSFS_OpenDevice device open COM4 not supported (yet) err:file:CreateFileA Couldn't open device 'COM4'! and after a few more errors the client will not start and wine stops. Any ideas what could be the problem? Ismat __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com
2020 Jan 13
2
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
...an which is the internal variable controlled by the --as-cran option >>> >>> [...] >>> >>> | The check log contains multiple instances of the lines below: >>> | >>> | < Warning message: >>> | < In if (ismat(kmat)) { : >>> | <?? the condition has length > 1 and only the first element will be >>> used >>> | >>> | I don't see how the error could arise, but if I know what as-cran is >>> doing perhaps I can >>> | replic...
2020 Jan 13
0
as-cran issue
...plicate) what options as-cran turns on? See the file src/library/tools/R/check.R in the R sources, and grep for as_cran which is the internal variable controlled by the --as-cran option [...] | The check log contains multiple instances of the lines below: | | < Warning message: | < In if (ismat(kmat)) { : | <?? the condition has length > 1 and only the first element will be used | | I don't see how the error could arise, but if I know what as-cran is doing perhaps I can | replicate it. This was widely discussed on this list and should also be in the NEWS file. The change is...
2020 Jan 13
0
as-cran issue
...ls/R/check.R in the R sources, and grep for >> as_cran which is the internal variable controlled by the --as-cran option >> >> [...] >> >> | The check log contains multiple instances of the lines below: >> | >> | < Warning message: >> | < In if (ismat(kmat)) { : >> | <?? the condition has length > 1 and only the first element will be >> used >> | >> | I don't see how the error could arise, but if I know what as-cran is >> doing perhaps I can >> | replicate it. >> >> This was widely discus...
2020 Jan 13
0
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
...rolled by the --as-cran > option > >>> > >>> [...] > >>> > >>> | The check log contains multiple instances of the lines below: > >>> | > >>> | < Warning message: > >>> | < In if (ismat(kmat)) { : > >>> | < the condition has length > 1 and only the first element will > be > >>> used > >>> | > >>> | I don't see how the error could arise, but if I know what > as-cran is > >>> doing perh...
2020 Jan 14
5
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
...option >> >>> >> >>> [...] >> >>> >> >>> | The check log contains multiple instances of the lines below: >> >>> | >> >>> | < Warning message: >> >>> | < In if (ismat(kmat)) { : >> >>> | < the condition has length > 1 and only the first element will >> be >> >>> used >> >>> | >> >>> | I don't see how the error could arise, but if I know what >> as-cran is...