1 importFrom(utils, normalizePath)
29 exportMethods("[[", "[", "[[<-", "$<-", "$")
38 ## Miscellaneous functions
55 ## Stack and Queue stuff
56 exportClasses("stack", "queue")
57 exportMethods("isEmpty", "top", "push", "pop")
58 exportMethods("mpush")
60 export("createQ", "initQ")
61 export("createS", "initS")