generated from coatless-devcontainer/r-pkg
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 989 Bytes
/
DESCRIPTION
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
Package: filestamp
Title: Manage Copyright and Code Headers for R Files
Version: 0.0.1
Authors@R: c(
person("James Joseph", "Balamuta",
email = "james.balamuta@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2826-8458")
)
)
Description: Provides tools for creating, adding, and updating standardized headers
for R files. Headers can include copyright notices, file descriptions, author information,
and other metadata. The package supports both individual files and batch processing of
entire directories.
URL: https://r-pkg.thecoatlessprofessor.com/filestamp/, https://github.com/coatless-rpkg/filestamp
BugReports: https://github.com/coatless-rpkg/filestamp/issues
License: AGPL (>= 3)
Depends: R (>= 4.4)
Imports:
cli,
yaml
Suggests:
testthat (>= 3.0.0),
withr,
knitr,
rmarkdown
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3