h2o-3 icon indicating copy to clipboard operation
h2o-3 copied to clipboard

R investigate and fix suspicious field assignments

Open tomasfryda opened this issue 10 months ago • 0 comments

When trying to build a conda R package the following warnings were emitted. This might be a blocker for future CRAN release so it should be investigated and dealt with. I can reproduce it when running conda build with meta.yaml mentioned on https://github.com/h2oai/h2o-3/issues/16144.

code for methods in class "H2OConnectionMutableState" was not checked for suspicious field assignments (recommended package 'codetools' not available?)
code for methods in class "model_cache" was not checked for suspicious field assignments (recommended package 'codetools' not available?)
code for methods in class "models_info" was not checked for suspicious field assignments (recommended package 'codetools' not available?)

tomasfryda avatar Apr 08 '24 11:04 tomasfryda