forked from andrie/miniCRAN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
196 lines (108 loc) · 3.94 KB
/
NEWS
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
miniCRAN v0.2-5 (Release date: 2016-04-12)
==============
* plot.pkgDepGraph() now displays legend only for edges that are actually in graph
miniCRAN v0.2-4 (Release date: 2016-03-27)
==============
* Changed copyright to Microsoft
miniCRAN v0.2-2 (Release date: 2015-03-25)
==============
Changes:
* Additional vignettes and documentation
miniCRAN v0.2-0 (Release date: 2014-12-16)
==============
License change:
* New licence: GPL-2 (changed from Apache 2)
New functionality:
* addPackage() to manage incremental package additions
* addOldPackage() to add (source version) of specific package version
* updatePackages() to check for and download package updates
miniCRAN v0.1-1 (Release date: 2014-10-01)
==============
Changes:
miniCRAN v0.1-0 (Release date: 2014-09-16)
==============
Changes:
* Updated documentation, vignette and examples
* Simplification of function arguments
miniCRAN v0.0-21 (Release date: 2014-08-18)
==============
Changes:
* Changes to defaults in plot.pkgDepGraph() to move legend to left of plot area.
miniCRAN v0.0-20 (Release date: 2014-08-18)
==============
Changes:
* Modified examples to reduce running time, mostly using \dontrun{} sections
miniCRAN v0.0-19 (Release date: 2014-08-17)
==============
Changes:
* Changed license to Apache 2
* Small documentation improvements
miniCRAN v0.0-18 (Release date: 2014-08-14)
==============
Changes:
* Added additional section in vignette to demonstrate makeRepo()
* Added additional examples
miniCRAN v0.0-17 (Release date: 2014-08-13)
==============
Changes:
* Added function addPackageGithub() to read DESCRIPTION files for packages on github
miniCRAN v0.0-16 (Release date: 2014-07-23)
==============
Minor changes to pass CRAN incoming checks. First version on CRAN.
miniCRAN v0.0-15 (Release date: 2014-07-23)
==============
Changes:
* Added examples for plot.pkgDepGraph
* Added package vignette
miniCRAN v0.0-14 (Release date: 2014-07-22)
==============
Changes:
* Additional control in arguments to plot.pkgDepGraph()
miniCRAN v0.0-13 (Release date: 2014-07-21)
==============
Changes:
* Fixed more inconsistencies between pkgDep() and makeDepGraph()
miniCRAN v0.0-12 (Release date: 2014-07-16)
==============
Changes:
* Fixed inconsistencies between pkgDep() and makeDepGraph()
miniCRAN v0.0-11 (Release date: 2014-07-12)
==============
Changes:
* Added plot method for makeDepGraph
* Removed dependency on igraph, now SUGGESTS igraph instead
miniCRAN v0.0-10 (Release date: 2014-07-01)
==============
Changes:
* General improvements and bug fixes.
miniCRAN v0.0-08 (Release date: 2014-06-05)
==============
New functionality:
* New function makeLibrary() downloads files into a local library
* Function makeRepo() now creates a proper repository structure for source, win.binary, mac.binary, etc.
Changes:
* It is now possible to specify the argument enchances=TRUE in pgkDeps() to include packages that are enhanced.
Documentation changes:
* Added instructions and demonstration code for making a local repo in makeRepo(), including instructions for using the local repo.
miniCRAN v0.0-07 (Release date: 2014-05-28)
==============
New functionality:
* New function getCranDescription() that scrapes information from the CRAN website for each package.
miniCRAN v0.0-06 (Release date: 2014-05-27)
==============
New functionality:
* New function makeDepGraph() to create an igraph representation of the selected package dependencies
* New function makeRsyncInclude() to create include file for use with rsync (experimental)
miniCRAN v0.0-05 (Release date: 2014-05-22)
==============
Enhancements:
* Enhanced error checking for pkgDep(), e.g. checking for non-existent top-level packages.
* Modified pkgDep() to selectively includes suggests dependencies
* Improved error messages
* New function pkgAvail(), a wrapper around available.packages()
miniCRAN v0.0-01 (Release date: 2014-01-30)
==============
First commit.
New functionality:
* pkgDep()
* makeRepo()