vadr icon indicating copy to clipboard operation
vadr copied to clipboard

R 3.5.1: library(vadr) without Errors and Warnings

Open AndreMikulec opened this issue 7 years ago • 0 comments

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)
>

AndreMikulec avatar Oct 27 '18 18:10 AndreMikulec