/usr/lib/R/site-library/etm/NAMESPACE is in r-cran-etm 0.6-2-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | import(lattice, survival, parallel)
export(etm, summary.etm, clos, trcov, trprob, ggtransfo, etmprep,
etmCIF, summary.etmCIF, closPseudo, phiPseudo,
tra_ill, tra_ill_comp, tra_comp, tra_surv, prepare.los.data)
S3method(xyplot, etm)
S3method(print, etm)
S3method(summary, etm)
S3method(print, summary.etm)
S3method(plot, etm)
S3method(lines, etm)
S3method(print, clos.etm)
S3method(plot, clos.etm)
S3method(trprob, etm)
S3method(trcov, etm)
S3method(print, etmCIF)
S3method(plot, etmCIF)
S3method(summary, etmCIF)
S3method(print, summary.etmCIF)
S3method(ggtransfo, etm)
useDynLib(etm, risk_set_etm, cov_dna, los_cp, los_nocp)
|