Skip to content

Commit

Permalink
avoid exportPattern in NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
walke committed Sep 24, 2019
1 parent 3340c09 commit abbef4c
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
exportPattern("^[[:alpha:]]+")

importFrom("methods", "new", "validObject")
import("data.table")
# exportPattern("^[[:alpha:]]+")

exportClasses(EX1)
exportClasses(LT1)
exportClasses(RD1)
exportClasses(RE1)

## Generics and functions defined in this package
export("header1", "lt1",
Expand All @@ -11,3 +12,15 @@ export("header1", "lt1",
"protocol", "lt1<-",
"selectYears", "ex1", "ex1<-", "rd1", "rd1<-",
"selectRegion", "re1", "re1<-")

export(readLT1x1)
export(readEX1x1)
export(readRegDeath)
export(readRegExp)

export(hello)

importFrom("methods", "new", "validObject")
importFrom("data.table", ":=")


0 comments on commit abbef4c

Please sign in to comment.