boB Rudis
boB Rudis
I'm in violent agreement on this. It was just easier to bang out the `apply` versions. It's def a gd idea whichever of us gets time. And, it's also (slightly)...
aye. agreed that a check is needed. and i've been meaning to change the behaviour of how the `timespan` setting works. ah, the perils of releasing quick wrapper pkg and...
Aye. If you go here — http://mac.r-project.org/ — you'll see the GUI is built for each maj.min R version. This is due to how the "R engine" is built. Head...
also current `rename` thing doesn't work (but I never use rename so not sure what shld be there)
PR has been merged and this'll be updated on CRAN soon.,
are you installing it from GH or CRAN?
aye, it should work: ```r library(cloc) getwd() ## [1] "/Users/hrbrmstr/packages/hrbrthemes" cloc_git(".", "4ea652b9ccee7cecec394eaa4a765ff975235e9b") ## # A tibble: 6 x 10 ## source language file_count file_count_pct loc loc_pct blank_lines ## ## 1...
doing the same…one sec
```r setwd("~/packages/cloc") getwd() ## [1] "/Users/hrbrmstr/packages/cloc" cloc::cloc_git(getwd(), "3643cd09d4b951b1b35d32dffe35985dfe7756c4") ## # A tibble: 4 x 10 ## source language file_count file_count_pct loc loc_pct blank_lines blank_line_pct ## ## 1 cloc Perl 1...
i have been able to replicate the issue (i get a diff error) on Windows and may have a workaround soon. interestingly enough it works from an RStudio Terminal and...