Displaying 7 results from an estimated 7 matches for "as_cran".
Did you mean:
as_clang
2020 Jan 13
2
as-cran issue
...rry
On 1/13/20 10:22 AM, Dirk Eddelbuettel wrote:
>
> On 13 January 2020 at 10:02, Therneau, Terry M., Ph.D. via R-devel wrote:
> | Where can I find out (and replicate) 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 elem...
2020 Jan 13
2
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
...>>> On 13 January 2020 at 10:02, Therneau, Terry M., Ph.D. via R-devel wrote:
>>> | Where can I find out (and replicate) 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 (is...
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
2020 Jan 13
0
as-cran issue
On 13 January 2020 at 10:02, Therneau, Terry M., Ph.D. via R-devel wrote:
| Where can I find out (and replicate) 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 h...
2020 Jan 13
0
as-cran issue
...AM, Dirk Eddelbuettel wrote:
>>
>> On 13 January 2020 at 10:02, Therneau, Terry M., Ph.D. via R-devel wrote:
>> | Where can I find out (and replicate) 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...
2020 Jan 13
0
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
...at 10:02, Therneau, Terry M., Ph.D. via R-devel
> wrote:
> >>> | Where can I find out (and replicate) 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:...
2020 Jan 14
5
as-cran issue ==> set _R_CHECK_LENGTH_1_* settings!
...R-devel
>> wrote:
>> >>> | Where can I find out (and replicate) 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:
>> >>> |
>> >&...