-
Notifications
You must be signed in to change notification settings - Fork 159
/
DESCRIPTION
122 lines (122 loc) · 2.86 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
Package: ProjectTemplate
Type: Package
Title: Automates the Creation of New Statistical Analysis Projects
Version: 0.11.0
Date: 2024-07-01
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 = c("ctb", "cre"), email = "[email protected]"),
person("Kirill", "Mueller", role = "ctb"),
person("Matteo", "Redaelli", role = "ctb"),
person("Noah", "Lorang", role = "ctb"),
person("Patrick", "Schalk", role = "ctb"),
person("Dominik", "Schneider", role="ctb"),
person("Gerold", "Hepp", role="ctb"),
person("Zunaira", "Jamil", role="ctb"),
person("Glen", "Falk", role="ctb"))
Description: 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: GPL-3 | file LICENSE
Language: en-US
LazyLoad: yes
Roxygen: list()
Encoding: UTF-8
Depends:
R (>= 2.7),
digest,
tibble
Imports:
methods
Suggests:
foreign,
feather,
reshape,
plyr,
formatR,
qs,
stringr,
ggplot2,
lubridate,
log4r (>= 0.1-5),
DBI,
RMySQL,
RSQLite,
gdata,
RODBC,
RJDBC,
readxl,
xlsx,
tuneR,
pixmap,
data.table,
RPostgreSQL,
GetoptLong,
whisker,
testthat (>= 3.0.0),
reticulate
URL: http://projecttemplate.net
BugReports: https://github.com/KentonWhite/ProjectTemplate/issues
Collate:
'ProjectTemplate-package.R'
'add.config.R'
'preinstalled.readers.R'
'add.extension.R'
'addins.R'
'arff.reader.R'
'get.project.R'
'cache.R'
'cache.name.R'
'cache.project.R'
'clean.variable.name.R'
'clear.R'
'clear.cache.R'
'translate.dcf.R'
'config.R'
'create.project.R'
'create.project.rstudio.R'
'create.template.R'
'csv.reader.R'
'csv2.reader.R'
'db.reader.R'
'dbf.reader.R'
'epiinfo.reader.R'
'feather.reader.R'
'file.reader.R'
'list.data.R'
'load.project.R'
'migrate.project.R'
'migrate.template.R'
'mp3.reader.R'
'mtp.reader.R'
'octave.reader.R'
'ppm.reader.R'
'project.config.R'
'r.reader.R'
'rdata.reader.R'
'rds.reader.R'
'reload.project.R'
'require.package.R'
'run.project.R'
'show.project.R'
'spss.reader.R'
'sql.reader.R'
'stata.reader.R'
'stopifnotproject.R'
'stub.tests.R'
'systat.reader.R'
'test.project.R'
'tsv.reader.R'
'url.reader.R'
'wsv.reader.R'
'xls.reader.R'
'xlsx.reader.R'
'xport.reader.R'
RoxygenNote: 7.3.1
Config/testthat/edition: 3