Søren Havelund Welling
Søren Havelund Welling
Hello wonderful people. I was wondering if code example below is the intended behavior of testthat::expect_identical() I'm running testthat 3.1.4 on macOS ``` #yields failure expect_true(identical(NA_real_,NaN)) #yields to my surprise...
Accordingly to `?is.na` comparing NA_real_ and NaN is not exactly straight forward. It is stated future CPU-architectures may confound NA_real_ and NaN. Accordingly to `?is.nan` `identical()` or equality should not...
Dear extendries [I get an error which comes from this check](https://github.com/extendr/extendr/blob/72fa959d78d318f202f5fca0956defcf821c2740/extendr-api/src/wrapper/externalptr.rs#L161) ```running 1 test test tests::it_works ... FAILED failures: ---- tests::it_works stdout ---- [src/lib.rs:38] &robj = ExternalPtr.set_class(["MyStruct"] thread 'tests::it_works' panicked...
forestFloor should support ranger as good as randomForest.
note to myself when working send mail to charles
Ask or complain about forestFloor supporting caret here. Se todo list here: https://github.com/sorhawell/forestFloor/projects/1
Replace gaussian density kernel with "epanechnikov" to save time
allow center to be changed, center = mean(rXi) > forestFloor/R/vec.plot.R ``` #f2 - show vec plot 2D and 3D vec.plot = function(model,X,i.var,grid.lines=100,VEC.function=mean,zoom=1,limitY=F,moreArgs=list(),...) { #compute grid range d = length(i.var) scales...
include notice that ff$FCfit is not in ff$ before convolute_ff