Skip to content

Commit

Permalink
First step toward solving summary() bug with previously loaded MxRAMM…
Browse files Browse the repository at this point in the history
…odels.
  • Loading branch information
RMKirkpatrick committed Apr 9, 2019
1 parent 4dcb8e2 commit 7ebcc10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export(tr, "%&%", "%^%", rvectorize, cvectorize, vech, vechs, 'vechs<-',
# export S4 classes in the OpenMx library
exportClassPattern("^.+Matrix")
exportClassPattern("^Mx.+")
exportClass("MxRAMModel")

# export S4 methods in the OpenMx library
exportMethods("[","[[", "$")
Expand Down
1 change: 0 additions & 1 deletion R/MxRAMModel.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
##' $<-,MxRAMModel-method
##' [[<-,MxRAMModel-method
setClass(Class = "MxRAMModel",
representation = representation(),
contains = "MxModel")

imxModelTypes[['RAM']] <- "MxRAMModel"
Expand Down

0 comments on commit 7ebcc10

Please sign in to comment.