-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.1 KB
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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.2.3