boB Rudis
boB Rudis
Lemme know where I should transfer this to https://github.com/hrbrmstr/hosperf/ 😎 Some notes: - 27 minutes to make b/c I had to talk to someone while making it and try to...
It _would_ have actually, very likely worked @coolbutuseless ;-) Feel encouraged to do so in the future (I don't get visibility into pkg needs as much since I've abandoned Twitter...
I like the `jqr` suggestion (Drill, et. al. is a pretty heavyweight dep), esp if we build filters / filter helpers (I'm not really a fan of the syntax b/c...
that made me think of something fairly obscure: "GraphGrep" (https://cs.nyu.edu/shasha/papers/graphgrep/icpr2002.pdf) and a thing that kinda built on it "Closure Trees" (https://www.cs.ucsb.edu/~dbl/papers/he_icde_2006.pdf). It does require building a graph and index but...
@czeildi did a ++gd job and has built a great foundation to expand upon, too. def let us know what kinds of checks you'd like @juyeongkim
Wow. I can actually do that, too :-) Need to ponder some things for that and now also figure out how we want to standardize `defender` output to accommodate that....
I am now slightly terrified of the command I'm abt to run on my home CRAN mirror to see how many pkgs run `system` calls
So this is totally doable and we'll adapt `defender` to it. I've got a lighter-weight checker running against home CRAN now. In the first 100 files we've already got: ```system(paste(".",...
Wow. https://gist.github.com/hrbrmstr/9a3233cc96ee4334821fc76b28f4d33c So Many system Calls
I somehow missed the comment 20d ago @elinw (apologies). https://github.com/hrbrmstr/rpwnd provides some context for the evil one can do with R and https://ropenscilabs.github.io/r-security-practices/ (which @stephlocke penned and @maelle noted) has...