Hi guys, during my recent check on win-builder I got this error: ** byte-compile and prepare package for lazy loading Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'caTools' https://win-builder.r-project.org/xuET06RPfd7Q/00install.out @Uwe Can you help here? Cheers and thanks, Patrick
[R-pkg-devel] caTools missing on WinBuilder?
2 messages · Patrick Schratz, Uwe Ligges
1 day later
On 14.10.2017 11:19, Patrick Schratz wrote:
Hi guys, during my recent check on win-builder I got this error: ** byte-compile and prepare package for lazy loading Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : there is no package called 'caTools' https://win-builder.r-project.org/xuET06RPfd7Q/00install.out @Uwe Can you help here?
Have you declared it as Imports in the Description file? If so, perhaps some race condition and you have to try again. Best, Uwe Ligges
Cheers and thanks, Patrick