-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.01 KB
/
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
31
32
33
34
35
36
37
Package: roxytypes
Title: Typed Parameter Tags for Integration with 'roxygen2'
Version: 0.1.2
Authors@R:
c(
person(
"Doug", "Kelkhoff",
email = "doug.kelkhoff@gmail.com",
role = c("aut", "cre")
)
)
Description: Provides typed parameter documentation tags for integration
with 'roxygen2'. Typed parameter tags provide a consistent interface for
annotating expected types for parameters and returned values. Tools for
converting from existing styles are also provided to easily adapt projects
which implement typed documentation by convention rather than tag. Use the
default format or provide your own.
License: MIT + file LICENSE
Encoding: UTF-8
URL:
https://github.com/openpharma/roxytypes,
https://openpharma.github.io/roxytypes/
BugReports:
https://github.com/openpharma/roxytypes/issues
Imports:
utils,
cli,
glue,
roxygen2
Suggests:
mockery,
testthat
Enhances:
roxylint
Config/Needs/documentation:
roxylint
RoxygenNote: 7.3.2