Deregister distributional information originally supplied by the user for use in BUGS model code
deregisterDistributions(
distributionsNames,
userEnv = parent.frame(),
warn = TRUE
)a character vector giving the names of the distributions to be deregistered.
environment in which to look for the nimbleFunctions that provide the distribution; this will generally not need to be set by the user as it will default to the environment from which this function was called.
logical indicating whether to warn if trying to deregister a distribution that is not registered (default = TRUE).
Christopher Paciorek