You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sloc ./*.R
C:\Users\Birke\AppData\Roaming\npm\node_modules\sloc\lib\sloc.js:195
throw new TypeError("File extension '" + lang + "' is not supported");
^
TypeError: File extension 'R' is not supported
at getCommentExpressions (C:\Users\Birke\AppData\Roaming\npm\node_modules\sloc\lib\sloc.js:195:17)
at slocModule (C:\Users\Birke\AppData\Roaming\npm\node_modules\sloc\lib\sloc.js:376:31)
at C:\Users\Birke\AppData\Roaming\npm\node_modules\sloc\lib\cli.js:84:19
at tryToString (fs.js:456:3)
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:443:12)
$ sloc ./*.R -a R=r
---------- Result ------------
...
The text was updated successfully, but these errors were encountered:
Seems like a simple bug:
The text was updated successfully, but these errors were encountered: