File: NAMESPACE

package info (click to toggle)
r-cran-gclus 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 620 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rwxr-xr-x 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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(
  cluster,compiler
)

S3method(reorder,hclust)
import(graphics)
import(stats)
import(compiler)