vadr
vadr copied to clipboard
R 3.5.1: library(vadr) without Errors and Warnings
Hello,
Maybe the following should be documented somewhere.
This is what I had to do to get to attach vadr to the search() path without Warnings and without Errors.
I only discovered this pattern by 'trial and error.'
R 3.5.1 on Windows
> compiler::enableJIT(0)
[1] 3
> compiler::setCompilerOptions(optimize = 3)
> compiler::enableJIT(0)
[1] 0
> compiler::setCompilerOptions(optimize = 1)
> library(vadr)
>