/usr/lib/R/site-library/logspline/NAMESPACE is in r-cran-logspline 2.1.9-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 11 12 13 14 15 | # Remove the previous line if you edit this file
useDynLib(logspline)
# Export all names
exportPattern(".")
S3method(plot, logspline)
S3method(plot, oldlogspline)
S3method(print, logspline)
S3method(print, oldlogspline)
S3method(summary, logspline)
S3method(summary, oldlogspline)
importFrom("graphics", "lines", "par", "plot")
importFrom("stats", "runif")
|