-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
72 lines (72 loc) · 1.63 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: pkgmaker
Type: Package
Title: Development Utilities for R Packages
Version: 0.32.10
Date: 2023-05-03
Authors@R: person("Renaud", "Gaujoux", email = "[email protected]", role = c("aut", "cre"))
Description: Provides some low-level utilities to use for package
development. It currently provides managers for multiple package specific
options and registries, vignette, unit test and bibtex related utilities.
It serves as a base package for packages like 'NMF', 'RcppOctave', 'doRNG', and
as an incubator package for other general purposes utilities, that will
eventually be packaged separately.
It is still under heavy development and changes in the interface(s) are
more than likely to happen.
License: GPL (>=2)
URL: https://renozao.github.io/pkgmaker/
BugReports: https://github.com/renozao/pkgmaker/issues
LazyLoad: yes
Encoding: UTF-8
Depends:
R (>= 3.0.0),
methods,
stats,
registry
Imports:
tools,
grDevices,
utils,
graphics,
codetools,
digest,
stringr,
xtable,
withr,
assertthat
Suggests:
devtools (>= 0.8),
roxygen2,
RUnit,
testthat,
knitr,
rmarkdown,
markdown (>= 1.3),
yaml,
Biobase,
datasets,
rbibutils (>= 1.3)
Collate:
'bibtex.R'
'colors.R'
'data.R'
'namespace.R'
'utils.R'
'devutils.R'
'files.R'
'graphics.R'
'options.R'
'logging.R'
'unitTests.R'
'is.R'
'knitr.R'
'registry.R'
'package-extra.R'
'package.R'
'packages.R'
'project.R'
'rd.R'
'user.R'
'vignette.R'
'with.r'
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)