Issue description
verbose and secure_mode parameters have NULL as default and this makes issues. They will have to be defined as TRUE or FALSE when constructing a new instance of rAccess.
Improvement
They should both be initialized as FALSE by default.
Issue description
verboseandsecure_modeparameters haveNULLas default and this makes issues. They will have to be defined asTRUEorFALSEwhen constructing a new instance of rAccess.Improvement
They should both be initialized as
FALSEby default.