R/AllSCProgressMonitorGenerics.R

###
### $Id: AllSCProgressMonitorGenerics.R 833 2014-06-27 16:17:07Z proebuck $
###


##
## Accessors
##
if (!isGeneric("progressStage")) {
    setGeneric("progressStage",
               function(object, ...) standardGeneric("progressStage"))
}

if (!isGeneric("progressMarquee")) {
    setGeneric("progressMarquee",
               function(object, ...) standardGeneric("progressMarquee"))
}

##
## Mutators
##
if (!isGeneric("progressMarquee<-")) {
    setGeneric("progressMarquee<-",
             function(object, ..., value) standardGeneric("progressMarquee<-"))
}

if (!isGeneric("progressStage<-")) {
    setGeneric("progressStage<-",
               function(object, ..., value) standardGeneric("progressStage<-"))
}

Try the SuperCurve package in your browser

Any scripts or data that you put into this service are public.

SuperCurve documentation built on May 2, 2019, 6:14 p.m.