> >> | > library(survival, lib.loc = "/usr/lib/R/library") > >> | > fit <- coxph(Surv(exit, event) ~ x, data = mort) > >> | > >> | I get > >> | > >> | Error in fitter(X, Y, strats, offset, init, control, weights = weights, : > >> | object 'Ccoxmart' not found > > > > This looks similar to what I got this morning when I tested my > > (unreleased) > > backport of R 3.4.0 to Debian jessie. My test was > > > > library(MASS) > > example(rlm) > > > > and there was an object that was not found. I am on a train on the way to > > a > > meeting right now, so I can not look into it at the moment. Maybe a side > > effect of the new registration requirements for compiled objects? > > Right, you need to run > > > update.packages(checkBuilt=TRUE) > > to fix it. > > Best, Göran > > > Cheers, > > > > Johannes
-- PD Dr. Johannes Ranke Wissenschaftlicher Berater Kronacher Str. 12 79639 Grenzach-Wyhlen http://jrwb.de/contact _______________________________________________ R-SIG-Debian mailing list R-SIG-Debian@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-debian