Brodie Gaslam

Results 118 issues of Brodie Gaslam

``` expect_equal( fun1(a, b, c, d, e, f), # internal comment runif(20) ) # "external" comment ``` led to: ``` # internal comment fun1(a, b, c, d, e, f) #...

bug

This is going to be a PITA to implement, so we're deferring for now. See the docs for the `pre.load` param for `unitize` for more details.

enhancement

Really the best way of running everything encapsulated, though we are still left with the problem of how to review the tests in their environment, so maybe this doesn't really...

enhancement

Main benefit of doing this is that it makes it easy to see what tests have been modified directly from git, which would be helpful for collaborative projects. Unfortunately creates...

enhancement

Currently only does `x`, `xmin`, `xmax`, `ymin`, `ymax`.

enhancement

Need to look into how it is used by other methods.

enhancement

This is using the library included in R 3.0.2: ``` R text

It would be awesome to include an alpha channel in color values (or something like it) such that if a ray comes from e.g. infinity it gets recorded as an...

For functions that share some subset of a complex parameter list, it would be useful to be able to share validators similar to how roxygen2 can inherit parameters from other...

enhancement