mik3hall

Results 23 comments of mik3hall

Hello, thanks for the reply. I had seen #135 but not noticed that it also concerned f2c wrapper. However, the error seems different. #135 actually seems a compilation error. While...

OK, I think I was sort of on the right track but the problem wasn't handling the multi-level name in f2c producing the "-c -o ..." but rather the handling...

Since my issue was mentioned on this I looked at it out of curiosity. It appears in this case to be the same **mvtnorm** package as the other issue indicated...

I looked at this a little more closely and seem to have something that works although it is still sort of awkward. What was needed was two runs of f2c....

There do seem to be differences. For me this... /* Growable vector support */ #define GROWABLE_MASK ((unsigned short)(1sxpinfo.gp) |= GROWABLE_MASK) #define IS_GROWABLE(x) (GROWABLE_BIT_SET(x) && XLENGTH(x) < XTRUELENGTH(x)) in /Library/Frameworks/R.framework/Versions/4.0/PrivateHeaders/Rinternals.h is...

As near as I can tell in the Gnu R source these come from memory.c which fastr doesn't appear to include. /* Growable vector support */ int (IS_GROWABLE)(SEXP x) {...

I was looking for a few good R classifiers to use in benchmarking. caret's random forest was mentioned as a good implementation of that. tidyr and the whole tidyverse is...

I'm not quite sure how if this doesn't provide the missing symbol in the original error it will correct it? I did try it... fR --BackEnd=llvm ... Warning: Loading of...

fR --BackEnd=llvm --R.BackEndNative=rlang This seems to get back to the original error.

Ah, ok. I was thinking about maybe waiting on that until some of the related packages were working. I was considering including the[ Weka application](https://waikato.github.io/weka-wiki/) in the benchmark that mainly...