forked from eddelbuettel/drat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
74 lines (41 loc) · 2.05 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
2015-02-07 Dirk Eddelbuettel <edd@debian.org>
* DESCRIPTION (Version): Bumping Version and Date
2015-02-06 Dirk Eddelbuettel <edd@debian.org>
* 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 <edd@debian.org>
* DESCRIPTION: Version 0.0.1
* DESCRIPTION (Description): And another editing of Description:
2015-02-02 Dirk Eddelbuettel <edd@debian.org>
* R/addRepo.R (addRepo): Use http, not https, at GitHub
* man/drat-package.Rd: Ditto
2015-02-01 Dirk Eddelbuettel <edd@debian.org>
* 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 <edd@debian.org>
* 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 <edd@debian.org>
* R/insert.R (insert): Small enhancements / corrections
2015-01-28 Dirk Eddelbuettel <edd@debian.org>
* 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 <edd@debian.org>
* 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