Jeff Hanson

Results 72 comments of Jeff Hanson

+1, I can reproduce this issue. Although I appreciate all the effort gone into Zenodo and the API, this bug means that I effectively cannot use Zenodo for archiving data...

If you're still having trouble with `any::XML` like me (e.g., with Ubuntu on GitHub Actions), it fails to install due to compiliation errors during installation. This is because pak currently...

Note that using `cran/XML` will fail on Windows instances, so you'll want to use `any::XML` for Windows runs.

In case this is helpful for anyone else facing a similar issue, I was able to create a nice-looking loading button with a single icon (i.e. minus symbol) with the...

Awesome - thank you very much @phoward38!

Yeah, I completely agree. Unfortunately, the integer programming formulation for this type of constraint is really complex, and massively increases the size of the optimisation problem. I played around with...

Yeah, I think something like this would be really valuable. I think the number of combinations of different penalties/objectives/constraints means that we would be looking at over 30 different ILP...

Yeah, I don't really have any ideas on how to make the documentation easier to understand (without loosing important details) for individuals that don't understand the maths formulations. I suppose...

@ricschuster, also, if you could please double check that the package works on your system with the current and upcomming version of the Matrix package that would be great? I've...

Note that you'll need to maually insert this code: ``` options(Matrix.warnDeprecatedCoerce = n) # where n >= 1 ``` at this line (https://github.com/prioritizr/prioritizr/blob/master/R/zzz.R#L9) to toggle on the warnings during tests/checks...