This will delete the dynamically created dll upon garbage collection.
gc.dparser(env)
Nothing.
Environment that is being garbage collected.
There are two user options that control if the dlls for the grammars created by dparser will be deleted upon garbage collection or R exit if they are not associated with any active objects. These are:
dpaser.rm.unnamed.parser.dll
:when TRUE
, this remove parsers
that are created from strings, or other memory-based items in R.
dpaser.rm.unnamed.parser.dll
:when TRUE
, this
removes parsers created from grammar files.
Matthew L. Fidler