File: NAMESPACE

package info (click to toggle)
r-cran-epicalc 2.15.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,004 kB
  • sloc: makefile: 3
file content (13 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  foreign,
  survival,
  MASS,
  nnet
)