-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 875 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
31
32
Package: package
Type: Package
Title: Create packages from R-code directly
Version: 0.11-4
Date: 2022-12-20
Author: Stefan Böhringer <[email protected]>
Maintainer: Stefan Böhringer <[email protected]>
Description: This package simplifies package generation by automating the use of `devtools` and `roxygen`. It also makes the development workflow more efficient by allowing ad-hoc development of packages. Use `?"package-package"` for a tutorial or visit the project wiki (belonging to the source repository).
License: LGPL-2
Encoding: UTF-8
Depends:
roxygen2,
devtools,
methods
Collate:
package.R
Rmeta.R
Rdata.R
Rsystem.R
Rfunctions.R
RpropertyList.R
Rpackage.R
Suggests:
testme,
jsonlite,
yaml,
knitr,
rmarkdown
Enhances:
SystemRequirements:
VignetteBuilder: knitr
RoxygenNote: 7.1.2