forked from KentonWhite/ProjectTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
96 lines (96 loc) · 2.32 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Package: ProjectTemplate
Type: Package
Title: Automates the creation of new statistical analysis
projects.
Version: 0.6-1
Date: 2014-11-28
Authors@R: c( person("Aleksandar", "Blagotic", role = "ctb"),
person("Diego", "Valle-Jones", role = "ctb"),
person("Jeffrey", "Breen", role = "ctb"),
person("Joakim", "Lundborg", role = "ctb"),
person("John Myles", "White", role = c("aut", "cph")),
person("Josh", "Bode", role = "ctb"),
person("Kenton", "White", role = "ctb"),
person("Kirill", "Mueller", role = c("ctb", "cre"), email = "[email protected]"),
person("Matteo", "Redaelli", role = "ctb"),
person("Noah", "Lorang", role = "ctb"),
person("Patrick", "Schalk", role = "ctb"),
person("Dominik", "Schneider", role="ctb"))
Description: ProjectTemplate provides functions to
automatically build a directory structure for a new R
project. Using this structure, ProjectTemplate
automates data loading, preprocessing, library
importing and unit testing.
License: Artistic-2.0
LazyLoad: yes
Roxygen: list(wrap = FALSE)
Depends:
R (>= 2.7)
Suggests:
foreign,
reshape,
plyr,
stringr,
ggplot2,
lubridate,
log4r (>= 0.1-5),
DBI,
RMySQL,
RSQLite,
gdata,
RODBC,
RJDBC,
xlsx,
tuneR,
pixmap,
data.table,
RPostgreSQL,
GetoptLong,
whisker,
testthat
URL: http://projecttemplate.net
BugReports: https://github.com/johnmyleswhite/ProjectTemplate/issues
Collate:
'xport.reader.R'
'xlsx.reader.R'
'xls.reader.R'
'wsv.reader.R'
'url.reader.R'
'tsv.reader.R'
'systat.reader.R'
'stata.reader.R'
'require.package.R'
'sql.reader.R'
'spss.reader.R'
'rdata.reader.R'
'r.reader.R'
'ppm.reader.R'
'octave.reader.R'
'mtp.reader.R'
'mp3.reader.R'
'file.reader.R'
'epiinfo.reader.R'
'dbf.reader.R'
'db.reader.R'
'csv2.reader.R'
'csv.reader.R'
'arff.reader.R'
'preinstalled.readers.R'
'add.extension.R'
'cache.R'
'cache.name.R'
'cache.project.R'
'clean.variable.name.R'
'create.project.R'
'translate.dcf.R'
'default.config.R'
'get.project.R'
'help.R'
'load.project.R'
'migrate.project.R'
'new.config.R'
'reload.project.R'
'run.project.R'
'show.project.R'
'stub.tests.R'
'test.project.R'