-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
37 lines (37 loc) · 1.3 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: Rdpack
Type: Package
Title: Update and Manipulate Rd Documentation Objects
Version: 2.6.2.9000
Authors@R: c( person(given = c("Georgi", "N."),
family = "Boshnakov",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Duncan",
family = "Murdoch",
role = "ctb", email = "[email protected]") )
Description: Functions for manipulation of R documentation objects,
including functions reprompt() and ereprompt() for updating 'Rd'
documentation for functions, methods and classes; 'Rd' macros for
citations and import of references from 'bibtex' files for use in
'Rd' files and 'roxygen2' comments; 'Rd' macros for evaluating and
inserting snippets of 'R' code and the results of its evaluation or
creating graphics on the fly; and many functions for manipulation of
references and Rd files.
URL: https://geobosh.github.io/Rdpack/ (doc), https://github.com/GeoBosh/Rdpack (devel)
BugReports: https://github.com/GeoBosh/Rdpack/issues
Depends:
R (>= 2.15.0),
methods
Imports:
tools,
utils,
rbibutils (>= 1.3)
Suggests:
grDevices,
testthat,
rstudioapi,
rprojroot,
gbRd
License: GPL (>= 2)
LazyLoad: yes
RoxygenNote: 7.1.1