File: NAMESPACE

package info (click to toggle)
r-cran-magic 1.6-1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 604 kB
  • sloc: sh: 13; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
exportPattern("^[[:alpha:]]+")
exportPattern("%eq%")
exportPattern("%ne%")

exportPattern("%gt%")
exportPattern("%ge%")

exportPattern("%lt%")
exportPattern("%le%")

import("abind")


importFrom("graphics", "lines", "par", "plot", "points", "text")
importFrom("stats", "runif")
importFrom("utils", "combn")