Skip to content

Commit 7476131

Browse files
committed
Add license
1 parent 627a0ad commit 7476131

File tree

2 files changed

+683
-0
lines changed

2 files changed

+683
-0
lines changed

DESCRIPTION

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Package: rocleteer
2+
Title: Extra Roclets for roxygen2
3+
Version: 0.1.0
4+
Authors@R: c(
5+
person("James Joseph", "Balamuta",
6+
email = "[email protected]",
7+
role = c("aut", "cre"),
8+
comment = c(ORCID = "0000-0003-2826-8458")
9+
)
10+
)
11+
Description: Provides extensions to the roxygen2 documentation system. The
12+
exact extensions are still being added.
13+
URL: http://r-pkg.thecoatlessprofessor.com/rocleteer/, https://github.com/coatless-rpkg/rocleteer
14+
BugReports: https://github.com/coatless-rpkg/rocleteer/issues
15+
License: AGPL (>= 3)
16+
Imports:
17+
roxygen2
18+
Suggests:
19+
rstudioapi,
20+
testthat (>= 3.0.0)
21+
Encoding: UTF-8
22+
Roxygen: list(markdown = TRUE)
23+
RoxygenNote: 7.3.2
24+
Config/testthat/edition: 3

0 commit comments

Comments
 (0)