Alex H. Room
Alex H. Room
As a side note, if we are working towards breaking changes like this, @drvinceknight I recommend the repo adds a `5.0.0_dev` branch to push 5.0.0 changes to so that PRs...
on the part of the discussion regarding importing 'generic' strategies into specific game namespaces: I've managed to write a way of conditionally importing classes from a shared 'generic' library file...
#1413 adds the ability for creating matrix games of different sizes, and a tutorial on how to implement them; I also wrote a quick code implementation of Rock-Paper-Scissors available here:...
if we're thinking towards 5.0.0 (i.e. being willing to make breaking changes) then yeah `axelrod.games.ipd` would contain a lot of the specific IPD functionality. in general I was trying to...
@yutannihilation a mix of things: - it may not be a problem for small packages, but if creating a large package relying on extendr, CRAN maintainers might not look so...
yeah sensibly it is 'just a NOTE' but in my experience when uploading a new package for the first time, the maintainers will either require that the tests pass as...
Package was submitted successfully, no NOTE or complaints from the CRAN folks.
if compile times are made significantly longer i'm happy to instead submit a PR to r-rust/faq detailing compiler settings for optimisiation - this would especially be useful for users who...
@lmiq link fixed sorry. if you have docker installed, run the following: ``` docker pull alexhroom/packmol-bug docker run -it alexhroom/packmol-bug /bin/sh wget https://m3g.github.io/packmol/examples/mixture.inp wget https://m3g.github.io/packmol/examples/water.pdb wget https://m3g.github.io/packmol/examples/urea.pdb packmol < mixture.inp...
recompiling without `--fast-math` fixes it, but weirdly so does recompiling *with* `--fast-math`. This is in line with what the software I've been working on has been seeing where this bug...