-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.13 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
Package: makeR
Type: Package
Title: Package for managing projects with multiple versions derived from a
single source repository.
Version: 1.0.3
Date: 2012-02-19
Author: Jason Bryer <[email protected]>
Maintainer: Jason Bryer <[email protected]>
URL: http://jason.bryer.org/makeR, http://github.com/jbryer/makeR
BugReports: https://github.com/jbryer/makeR/issues
Description: An R package to help manage R projects (e.g. Sweave reports) where
multiple versions are created based upon a single source repository. For
example, a monthly report where each versions is identitcal with the
exception of easily definable parameters (e.g. date ranges for data
extraction, title, etc.).
License: GPL
LazyLoad: yes
Depends:
tools,
XML
Suggests:
RCurl,lattice,chron,grid,cacheSweave,knitr
Collate:
'Build.R'
'Version.R'
'buildVersion.R'
'releaseVersion.R'
'makeR-package.R'
'Project.R'
'GoogleReader.R'
'calendarHeat.R'
'writeProject.R'
'builder.rnw.R'
'builder.tex.R'
'env2string.R'
'builder.cacheSweave.R'
'makeR.R'
'builder.knitr.R'
'builder.rnw.native.R'
'VariableUI.r'