Robert M Flight

Results 21 issues of Robert M Flight

RStudio just released a preview release (1.4.869) that makes the Visual Editor useable. The cursor is visible when it's within a code block and `rscodeio` theme is applied, but not...

We have a personal git repository server, and I haven't found an easy way to add our SSL certificate properly so that git works with it, so the config has...

If you don't specify the method when calling `ocv_keypoints`, it currently fails because there are multiple inputs to the switch statement ```r # this generates an error, when it really...

I included an example in #31 ```r # this generates an error, when it really shouldn't mona

@jcheng5 Do we want to make the two examples (default and emoji theme) into vignettes as well? I know the included javascript made them very not-lightweight, but would that be...

If we want others to build on this approach and not be tied to bootstrap styling, then we should have helper functions that easily expose the information in the error...

A simple unit test would be to take the current main example and make sure the number of errors recorded matches what is expected

A big part of good open science is having good documentation. However, very often we don't think to examine what functionality actually gets covered in the documentation of our code,...

package development support
testing
documentation

With the recent highlighting of the `assertr` package, I'm wondering what are reasonable guidelines when applying it to large biological data sets, and wondering how well the assertions scale to...

reproducibility
testing