Displaying 2 results from an estimated 2 matches for "vie_".
Did you mean:
vie
2020 Jan 13
0
as-cran issue, SOLVED
...RAN use to
keep improving the quality of the code we all produce. It's a good thing.
That said, and just like Terry, I have also searched many times for these
variables, and part of me thinks that it a crime that the material is spread
over (at least) three different manuals but _c'est la vie_. Until we get a
dedicated volunteer editor, or, deity forbid we decide to spend some
(collective) money on professional documentation.
Dirk
--
http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
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