boyter / scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.47k stars 253 forks source link

Feature: add support for shebang for R #490

Closed alexaandru closed 1 month ago

alexaandru commented 1 month ago

R language also has support for shebang, via Rscript: https://www.rdocumentation.org/packages/utils/versions/3.6.2/topics/Rscript

apocelipes commented 1 month ago

Hi, I'm trying to add the Rscript shebang support. You can find a simple Rscript example in "examples/language/rscript.r".

alexaandru commented 1 month ago

Awesome! Yes, that example looks good!