File: NAMESPACE

package info (click to toggle)
r-base 4.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 112,924 kB
  • sloc: ansic: 291,338; fortran: 111,889; javascript: 14,798; yacc: 6,154; sh: 5,689; makefile: 5,239; tcl: 4,562; perl: 963; objc: 791; f90: 758; asm: 258; java: 31; sed: 1
file content (17 lines) | stat: -rw-r--r-- 449 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import(methods)

import(graphics)
## instead of just
## importFrom("graphics", plot) # because we want to define methods on it
## *Still* do not want warning from this

## as "mgcv": this loads Matrix, but does not attach it  ==> Matrix methods "semi-visible"
importFrom(Matrix, t,mean,colMeans,colSums)

exportClasses("classA", "classApp") # mother and sub-class R/pkgA.R

exportMethods("plot")

export(nil)

export(search)# --> "conflict message"