Alex Chubaty

Results 28 comments of Alex Chubaty

No, Rtools is not enough. Better to make those packages available in r-universe repo like I'm doing in my fork. I can do a PR now that things look like...

@bitbacchus please see PR #96

are you interested in using GitHub Actions instead? I can help with setting this up

a few tweaks later and i have basic checks running: - R CMD check on macOS (R release) and ubuntu 20.04 (R-devel, R release, R oldrel) - codecov coverage check...

Yes, sorry I just edited my OP. For 1) I suggest `g2t_tmp_dir

update: changes for number 1 seem fine -- it's number 2 that's biting me still.

Yes, putting it in `.onload` where those tiler options are set would be ideal

I don't have an HTCondor setup handy to test, [the docs](https://htcondor.readthedocs.io/en/23.0/users-manual/services-for-jobs.html#extra-environment-variables-htcondor-sets-for-jobs) say: > `CUBACORES` `GOMAXPROCS` `JULIA_NUM_THREADS` `MKL_NUM_THREADS` `NUMEXPR_NUM_THREADS` `OMP_NUM_THREADS` `OMP_THREAD_LIMIT` `OPENBLAS_NUM_THREADS` `ROOT_MAX_THREADS` `TF_LOOP_PARALLEL_ITERATIONS` `TF_NUM_THREADS` are set to the number of...