Allow unloading of dlls

rxAllowUnload(allow)

Arguments

allow

boolean indicating if garbage collection will unload of RxODE dlls.

Value

Boolean allow; called for side effects

Author

Matthew Fidler

Examples


# Garbage collection will not unload un-used RxODE dlls
rxAllowUnload(FALSE);
#> [1] FALSE

# Garbage collection will unload unused RxODE dlls
rxAllowUnload(TRUE);
#> [1] TRUE