-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 886 Bytes
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 886 Bytes
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
Package: rlp
Type: Package
Title: An Example of Using Literate Programming for R Package Development
Version: 0.0.3
Date: 2017-02-05
Authors@R: as.person(c(
"Joe Cheng [aut]",
"Yihui Xie [aut, cre] <xie@yihui.name>",
"RStudio [cph]"
))
Maintainer: Yihui Xie <xie@yihui.name>
Description: Instead of the traditional way of writing R code with comments
under the R/ directory of a package, you may write R code in R Markdown
documents or other types of source documents that knitr supports (such as
.Rnw), and use Literate Programming techniques to extract the R code to the
R/ directory.
License: MIT + file LICENSE
Depends:
R (>= 3.0.0)
Suggests:
knitr (>= 1.9),
rmarkdown
SystemRequirements: GNU make
VignetteBuilder: knitr
URL: https://github.com/yihui/rlp
BugReports: https://github.com/yihui/rlp/issues
RoxygenNote: 7.2.3
Encoding: UTF-8