Andrei

Results 7 comments of Andrei

> Thanks. Can I get you to update to match the style guide (suggested change), as well as add a unit test for the two errors Thanks, for the review...

I investigated this issue a bit further. Here is what I found so far: The root problem lies during insertion on the index ```python # pupyl/storage/database.py # many lines omitted...

Maybe we could write a vignette describing the main use cases. Happy to send a PR if that's the case.

Good point, @teunbrand! I'll extend the checks for other functions in the coord family.

I tried to implement the check as follows: ```r bad_xlim = !(is.vector(xlim) && length(xlim) == 2) if (bad_xlim) { cli::cli_abort("...") } ``` But, neither of those checks seem to work...

@teunbrand Thanks for the guidance. I updated the PR with a implementation based on your draft. Here are some considerations: - I used `obj_is_vector` instead of `is.vector` to address the...

I think that the wercker build fails because there's no `tapwater` dataset in branch `statsr@BayesFactor` from which it pulls code during environment setup. I see some possible solutions for this:...