search for: r66626

Displaying 1 result from an estimated 1 matches for "r66626".

Did you mean: 566626
2014 Sep 18
0
"no visible global function definition" using R-Devel check utility
Hello All If I check the package fAssets using R-3.1.1 (2014-07-10 under Windows) I don't get any notes. If I do the same using R-Devel (2014-09-17 r66626 under Windows) I get the following note: . assetsMeanCov: no visible binding for global variable 'scaleTau2' . I'll try to explain why with a minimal example. Let's have a look at the following function: assetsMeanCov <- function(x, method = c("cov", "MCD",...