forked from eddelbuettel/drat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
426 lines (246 loc) · 12.3 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
2019-03-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.1.5
* README.md: Mention Christoph in Author section
* NAMESPACE: Also import contrib.url() from utils
2019-03-27 Christoph Stepper <[email protected]>
* R/archivePackages.R: Simplification of argument use
* R/pruneRepo.R: Idem
* R/insertPackage.R: Idem
* man/archivePackages.Rd: Idem
* man/pruneRepo.Rd: Idem
2019-03-25 Christoph Stepper <[email protected]>
* R/archivePackages.R: Support binary packages
* R/pruneRepo.R: Idem
* man/archivePackages.Rd: Added documentation
* man/pruneRepo.Rd: Idem
* man/*.Rd: Rebuilt under current roxygen2
2019-03-23 Dirk Eddelbuettel <[email protected]>
* README.md: Add dependencies badge
* tests/skeleton_git2r.R (testSkeletonGit2r): Ensure 'R' is prefixed
by proper path as recommended in Section 1.6 of Writing R Extensions
2018-03-12 Dirk Eddelbuettel <[email protected]>
* R/addRepo.R: Minor documentation update
* man/addRepo.Rd: Idem
2018-01-30 Neal Fultz <[email protected]>
* R/insertPackage.R: Correct working directoru for git2r
* tests/skeleton_git2r.R: Add end-to-end test
2017-12-16 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.1.4
2017-12-15 Neal Fultz <[email protected]>
* R/insertPackage.R: Split macOS binaries along R version into
mavericks and el-capitan repos; allow for global option() value
dratBranch to select a branch to commit to
2017-10-07 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (insertPackage): Always add PACKAGES.rds
2017-09-16 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.1.3
* R/insertPackage.R (insertPackage): Consider PACKAGES.rds too
* README.md: Remove one now-defunct drat repo from list
2017-02-23 Dirk Eddelbuettel <[email protected]>
* .travis.yml (before_install): Use https to fetch script
2016-10-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.1.2
* vignettes/DratFAQ.Rmd (vignette): Added 'Why use drat' section
at the top based on a suggestion by Ben Marwick
2016-10-24 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* README.md: More canonical URLs, and omegahat.net correction
* vignettes/DratFAQ.Rmd (vignette): More canonical URLs
* vignettes/DratForPackageAuthors.Rmd (drat): Ditto
2016-08-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Suggests): Add rmarkdown
2016-08-13 Dirk Eddelbuettel <[email protected]>
* R/pruneRepo.R: Extend documentation to also mention option
remove="git" to invoke git2r::rm (where available)
2016-08-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 0.1.1
* DESCRIPTION: Add URL and BugReports links
* inst/NEWS.Rd: Added
* README.md: Use canonical CRAN URL
* vignettes/DratFAQ.Rmd: Ditto
* vignettes/DratFAQ.Rmd: Update question on Additional_repositories
as the original example moved on
2016-08-01 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Switch to using run.sh for Travis CI
2016-07-31 Jan Gorecki <[email protected]>
* R/insertPackage.R: Support additional fields
* man/insertPackage.Rd: Idem
2016-06-02 Colin Gillespie <[email protected]>
* R/addRepo: Use https URLs
2016-03-09 Antonio Piccolboni <[email protected]>
* R/pruneRepo.R: Generalize regexp to allow dots in package names
2016-02-28 Dirk Eddelbuettel <[email protected]>
* vignettes/DratForPackageAuthors.Rmd: Correct file:// URL
* vignettes/DratForPackageUsers.Rmd: Idem
2016-02-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Add versioned Depends: on R (>= 3.2.0)
2016-02-26 Dirk Eddelbuettel <[email protected]>
* R/insertPackage.R (insertPackage): Use dir.exists() for directory
test (with thanks to Kevin Wright)
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