hrbrmstr / cloc

🔢 R package to the perl cloc script (which counts blank lines, comment lines, and physical lines of source code in source files/trees/archives)
Other
58 stars 4 forks source link

like cloc()work #4

Closed mpadge closed 6 years ago

mpadge commented 6 years ago

Thanks @hrbrmstr - i was just about to embark on a package to do this meself when ... there y'are already! This PR makes this work:

cloc()

whereas previously required at least

cloc(".")

There's also a new version available (1.77) if you wanna merge your inst/bin, but i'll leave that up to you.

hrbrmstr commented 6 years ago

ty! I'll do the new version integration. Can you add yourself to the DESCRIPTION file as a contributor? (pls)

hrbrmstr commented 6 years ago

Hrm. TIL:

my $VERSION = "1.77"; # odd number == beta; even number == stable

I may wait until 1.[even#] :-)

mpadge commented 6 years ago

yeah, current release is 1.76 - i shoulda told you that