Brodie Gaslam

Results 69 comments of Brodie Gaslam

Agree this is important, particularly if anything retrieved from this makes it into [CRAN as per the policies][1]: > The ownership of copyright and intellectual property rights of all components...

In re fork: the fork keeps all the copyright and licenses, etc. It is possible that a fork of some repos could be illegal if they have licenses that don't...

I can't imagine that this package will be able to automatically ensure that copied code is always licensed/attributed/etc correctly. And if you do attempt and fail, who is responsible? As...

I personally don't see how I could get comfortable enough writing software that will get attribution and licensing right automatically when copying code from one source to another. That just...

@moodymudskipper just to be clear, at least as far as I stand, you are not pissing me off at all. I just wanted to make sure that you are aware...

Actually, realized you can see this in `TestRC` in the existing package. From `covr` working directory, run `setwd("tests/testthat/TestRC")` then `shine(package_coverage())` and you can see in the file tab that the...

I imagine if you only allow one level of nesting this should be manageable as the application of "is.function" or some such should be fast, and would cover 95% of...

sorry, was trying to comment and hit wrong button...

Looks like you resolved the RC issue, thanks. Re the nested stuff, I started poking around and it seems like this is fairly feasible so long as the `env` and...

Alright, so I took a _very_ preliminary stab at this, and it seems to work in a simple test case: ![screen shot 2016-09-03 at 3 46 07 pm](https://cloud.githubusercontent.com/assets/6105908/18227298/a98708f2-71ed-11e6-8b7d-51d6fdfa2492.png) - My...