simpleRegistry: Simple Package Registry
Description
Simple Package Registry
Usage
simpleRegistry(name, envir = topenv(parent.frame()), verbose = FALSE)
Value
a simple registry object that is similar to an R5 object.
Arguments
- name
name of the registry object, with which it will
be assigned in envir
.
- envir
environment where to store the registry object.
Defaults to the caller's top environment.
- verbose
logical that toggle a verbose message when
the object is first created.