brendanf
brendanf
Thanks for the quick reply, and the workaround works great! I guess another option would be to convert U to T in the input file manually with something like `sed...
It seems like there must be something more than SLURM throttling submissions going on. The plan is complete now and I don't really want to run it again unless I...
I've come to the conclusion that the slowness for me was because my cluster is running the [Lustre](http://lustre.org/) file system. Lustre has its advantages, but it has a high cost...
There is no problem if the zoom limits are explicitly given instead of calculated from the data: ``` ggplot(iris, aes(Petal.Length, Petal.Width, colour = Species)) + geom_point() + geom_vline(xintercept = 4)...
I personally use `conda` environments for all my research, because it enables me to manage versions of all the software I'm using in an (ideally) reproducible and (hopefully) platform-independent way,...
Conda-Forge's policy is that anyone to be listed as a maintainer needs to affirm that, so if @perrydv or @paciorek want to be added, they will need to say so...
> Side note: I don't think eigen is needed as a requirement as we provide with the nimble R package. OK, I saw the alternate instructions to install using another...
> Is there a way to recreate the conda build locally, so changes in the build script can be tested more easily? You can build the package locally by: -...
The `build.sh` for the recipe appears to be generated by `conda skeleton cran`, and most other R packages on Conda use exactly the same thing. I think the code referencing...
I've been digging into this more and trying a few variations, but I haven't found anything that helps with the linker issues. Unfortunately I haven't been able to figure out...