forked from piccolbo/drat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
287 lines (167 loc) · 8.55 KB
/
ChangeLog
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
2015-08-08 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.1.0
* vignettes/DratFAQ.Rmd (vignette): Updated with respect to support
for binary packages on OS X and Windows; added commit message entry
* inst/scripts/getCommitMessageForDrat.sh: Added
* README.md: Updated
2015-08-03 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (getPathForPackage): In case of non-compiled OS X
package, issue a message that it will be install in Mavericks path.
2015-08-02 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (getPackageInfo): New function, building on
earlier code by Matt Jones and Jan Schulz
(getPathForPackage): Simplified earlier function by Jan and Dirk
(insertPackage): Use new / modified functions
* NAMESPACE: Import two functions from utils to please R CMD check
* vignettes/DratForPackageAuthors.Rmd (drat): Use canonical CRAN URL
to please R CMD check even more
2015-07-30 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Author): Finally credit all contributors;
(Version): Roll minor version
(Date): Update Date
2015-07-29 Matt Jones <[email protected]>
* R/insertPackage.R: Better support for OS X binaries via
getPathForMac() function which untars the tgz file, extracts the
Built: line from the description, and determines if the build
platform was "darwin13", in which case "mavericks" is included on the
returned path.
2015-07-25 Thomas Leeper <[email protected]>
* R/archivePackages.R: New function to (optionally) archive
existing packages when a new one gets added.
* R/insertPackages.R: Support archivePackages()
* R/pruneRepo.R: Support archivePackages()
2015-06-04 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (insertPackage): Correct use from .Call to call.
with a big Doh! and thanks to Guy Dawson for PR #25
2015-05-26 Dirk Eddelbuettel <[email protected]>
* vignettes/DratFAQ.Rmd (vignette): Add a short paragraph about miniCRAN
2015-05-25 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.0.4
* README.md: Corrected one URL, added link to drat FAQ
2015-05-24 Dirk Eddelbuettel <[email protected]>
* vignettes/DratFAQ.Rmd (vignette): Added new section
2015-05-23 Dirk Eddelbuettel <[email protected]>
* R/addRepo.R: In non-GH mode, explicitly check for spaces in the URL
and abort if found as file-based access with spaces breaks.
* R/addRepo.R: State that file-based URL has to be 'file:/some/path'
* man/addRepo.Rd: Ditto
2015-05-12 Dirk Eddelbuettel <[email protected]>
* vignettes/DratFAQ.Rmd (vignette): Small edits
2015-05-10 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Roll Date and Version
* NAMESPACE: Also export new functions pruneRepo and initRepo
* R/pruneRepo.R (pruneRepo): Added (untested so far) removal
* man/pruneRepo.Rd: Initial documentation
* R/initRepo.R (initRepo): (Very) initial version of a repo creator
* man/initRepo.Rd: Initial documentation
* R/insertPackage.R (identifyPackageType): Fix documentation typo
2015-04-28 Carl Boettiger <[email protected]>
* R/insertPackage.R (insertPackage): Protect git2r::commit() call
with tryCatch() to gracefully deal with error conditions
2015-04-27 Dirk Eddelbuettel <[email protected]>
* vignettes/DratFAQ.Rmd: Beginnings of a Drat FAQ vignette
2015-04-26 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (insertPackage): Some tweaking
2015-04-26 Jan Schulz <[email protected]>
* R/insertPackage.R (insertPackage): Support Windows and Mac OS X
binary packages
2015-04-10 Dirk Eddelbuettel <[email protected]>
* vignettes/rmd2html.r: Added to process vignettes
* vignettes/*.Rmd: Correct VignetteIndexEntry
* vignettes/*.html: Added html versions prior to build
2015-04-09 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.0.3
* vignettes/DratForPackageUsers.Rmd: Added new vignette detailing
drat use for package users (ie someone installing from a drat)
2015-04-08 Dirk Eddelbuettel <[email protected]>
* vignettes/DratForPackageAuthors.Rmd: Added new vignette detailing
drat use for package authors (ie someone writing to a drat)
2015-03-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Added knitr to Suggests: and VignetteBuilder:
* .travis.yml: Added knitr
2015-03-27 Dirk Eddelbuettel <[email protected]>
* vignettes/WhyDrat.Rmd: Adding post by Steven as vignette
* vignettes/CombiningDratAndTravis.Rmd: Adding (work-in-progress)
post by Colin
2015-03-26 Dirk Eddelbuettel <[email protected]>
* R/addRepo.R: Added/extended/clarified example
* man/addRepo.Rd: Corresponding Rd file
2015-03-22 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R: Support setting a commit message
* inst/scripts/git2targz.sh: Beginnings of helper script to create a
tarball (suitable for a drat repo) given a repo URL
2015-03-16 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (insertPackage): Use on.exit() with setwd() to
ensure we return to current working directory (closes #9)
2015-03-14 Dirk Eddelbuettel <[email protected]>
* R/addRepo.R: Added examples (inside \dontrun{}) to help page
* R/insertPackage.R: Idem
2015-03-12 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (insertPackage): Add quietly=TRUE to
requireNamespace
2015-03-04 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (insertPackage): Correction to file operations
and path settings (cf GH issue #7)
2015-03-04 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (insertPackage): Re-enable git2r::checkout()
2015-02-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New release 0.0.2
* R/insertPackage.R: Document git2r in help page, don't use git2r for
checkout yet though (cf git2r issue #109)
* R/pruneRepo.R: Default path for repo also contains src/contrib/;
generalize regular expression for source tarball
* inst/TODO.md: Updated with recent changes
2015-02-27 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R: Use git2r if available
* DESCRIPTION: Add Suggests: on git2r
* DESCRIPTION (Version,Date): Bump Date: and Version:
* .travis.yml: Also install git2r
2015-02-21 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version,Date): Bump Date: and Version:
* R/insertPackage.R (insertPackage): Correct directory location for
the (optional) git commands
2015-02-10 Dirk Eddelbuettel <[email protected]>
* R/pruneRepo.R (.pruneRepo): Beginnings of a helper function to
identify older versions of given packages in a repo directory
* inst/TODO.md: Added item to generalize sources beyond .tar.gz
2015-02-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version): Bumping Version and Date
2015-02-06 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Description): Remove continuation lines which trigger
a bug in devtools (cf issue tick #1)
* man/drat-package.Rd (Maintainer): Correction from pull request #2
by Colin Gillespie applied
* R/addRepo.R: Clarify alturl argument as per issue ticket #3
* man/addRepo.Rd: Ditto
2015-02-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Version 0.0.1
* DESCRIPTION (Description): And another editing of Description:
2015-02-02 Dirk Eddelbuettel <[email protected]>
* R/addRepo.R (addRepo): Use http, not https, at GitHub
* man/drat-package.Rd: Ditto
2015-02-01 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (insertPackage): Renamed from insertRelesae()
* NAMESPACE: Explicitly expotr addRepo() and insertPackage()
* R/addRepo.R (add): Also provide unexported alias drat:::add()
* R/insertPackage.R (insert): Ditto for drat:::insert()
* inst/TODO.md: Moved from top-level
* tests/simpleTests.R (testInsertLocal): Expanded tests
* .travis.yml (script): Added Travis CI support
* .Rbuildignore: Added to exclude Travis file
2015-01-30 Dirk Eddelbuettel <[email protected]>
* R/addRepo.R (addRepo): Renamed from add.R; function now addRepo()
* R/insertRelease.R (insertRelease): Renamed from insert.R, function
renamed too to stress that repos contains releases not commits
* tests/simpleTests.R: Changed to use addRepo()
2015-01-29 Dirk Eddelbuettel <[email protected]>
* R/insert.R (insert): Small enhancements / corrections
2015-01-28 Dirk Eddelbuettel <[email protected]>
* R/insert.R (insert): Offer optional git add, commit push
* R/add.R (add): Allow for multiple accounts added at once
* tests/simpleTests.R: Added first simple test script
* man/drat-package.Rd: Updated
2015-01-23 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Beginnings of what will become version 0.0.1
* R/add.R: Initial version
* R/insert.R: Ditto
* TODO.md: Added with some first notes