You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

36 lines
1.1 KiB

Package: cloc
Title: Count Lines of Code, Comments and Whitespace in Source Files and Archives
Version: 0.3.5
Date: 2020-08-21
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Al", "Danial", comment = "cloc perl script", role=c("aut")),
person("Maëlle", "Salmon", email = "maelle.salmon@yahoo.se", role = c("ctb")),
person("Chris", "Muir", email = "chrismuirrva@gmail.com", role = c("ctb"))
)
Description: Counts blank lines, comment lines, and physical lines of source code
in source files/trees/archives. An R wrapper to the 'Perl' command-line utility
<https://github.com/AlDanial/cloc>.
SystemRequirements: perl
Copyright: file inst/COPYRIGHTS
URL: https://gitlab.com/hrbrmstr/cloc
BugReports: https://gitlab.com/hrbrmstr/cloc/issues
Imports:
rstudioapi (>= 0.5),
rprojroot,
DT,
knitr,
htmltools,
git2r,
utils,
processx
Encoding: UTF-8
Depends:
R (>= 3.6.0)
License: MIT + file LICENSE
LazyData: true
Suggests:
testthat,
covr
RoxygenNote: 7.1.1