/usr/lib/R/site-library/epiR/NAMESPACE is in r-cran-epir 0.9-54-1.
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 | # Export all names
exportPattern(".")
S3method(print, epi.2by2)
S3method(summary, epi.2by2)
S3method(print, epi.tests)
S3method(summary, epi.tests)
# Import all packages listed as Imports or Depends
import(survival)
|