Neal Fultz
Neal Fultz
couple thoughts 1. the at sign is already taken for S4 2. In python, it only works with `def` and not `lambda`. R's `function` works closer to lambda. 3. You...
I think `@` is a primitive so it's a special case. I guess if `-` can have a different meaning in prefix and infix form, there's no reason `@` couldn't....
Do you have a sense of how much of those errors, if fixed, would subsequently break python 2 support? There's still some legacy clients using this.
Able to reproduce on one test - https://github.com/cdeterman/gpuR/blob/master/tests/testthat/test_gpuMatrix_algebra.R#L503 It crashes when run through testthat but not when run line-by-line in the console. here is the error message testthat prints: gpuMatrix...
This would be nice to have.
- [ ] Fractional Factorial design
I agree, I don't think you need to pull in the grpc client / server library; but rather, since this repository is the source of truth for the api, it...
It is quite a bit different from running multiple independent processes behind a load balancer. ?mcfork : > In a nutshell fork spawns a copy (child) of the current process,...
Can you add to your post which version this fix is for? eg output of `grpc_version()` - we will need to eventually update the metadata / documentation about dependencies.
It sounds possible, but I've never tried. You probably need to make a windows version of Makevars containing correct compiler options for windows..