blob: 618381033c52a4e55a04baed4d5497e239969ad2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Default NAMESPACE created by R
# Remove the previous line if you edit this file
# Export all names
exportPattern(".")
import("graphics")
import("stats")
importFrom("utils", "packageVersion", "write.table")
|