-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
377 lines (230 loc) · 11.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
2024-11-29 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.10
* src/Makevars.in (CXX_STD): Set C++17 compilation standard
* src/Makevars.win (CXX_STD): Idem
2024-09-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Authors@R): Added
2024-08-08 Dirk Eddelbuettel <[email protected]>
* README.md: Switch several URLs from http to https
2024-02-24 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v4,
add r-ci-setup actions
2023-04-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll micro-version and date
* README.md: Use app.codecov.io as base for codecov link
2023-03-22 Dirk Eddelbuettel <[email protected]>
* src/Makevars: No longer set compilation standard
* src/Makevars.win: Idem
2022-11-10 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml (jobs): Update to actions/checkout@v3
2022-05-25 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.9
* src/buildDepends.cpp: Simplified to use only public API, do not
need to account for API >= 2.5, no longer account for pre-2.0 API
* src/getPackages.cpp: No longer account for pre-2.0 API
* src/hasPackage.cpp: Idem
* src/reverseDepends.cpp: Idem
* inst/scripts/configure.bash: Removed conditioning for Apt versions
* src/Makevars.in: Idem
* cleanup: Remove src/symbols.rds
2022-05-24 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* src/buildDepends.cpp: Only include debsrcrecords if Apt < 2.5,
and condition out 'buildDepends()' and 'showSrc()' commands
* inst/scripts/configure.bash (aptver25): Condition for Apt >= 2.5
* src/Makevars.in (PKG_CXXFLAGS): Use new condition for Apt >= 2.5
* src/reverseDepends.cpp: No longer include debsrcrecords.h
2021-12-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.8
2021-11-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* vignettes/binnmuAfterR340.md: Switch to simplermarkdown
* DESCRIPTION: Idem
* vignettes/water.css: Added
2021-07-10 Dirk Eddelbuettel <[email protected]>
* tests/version.R: Make test for NEWS version skip on CI
2021-04-16 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.7
* DESCRIPTION (Suggests): Add implicit dependency on rmarkdown
* vignettes/binnmuAfterR340.Rmd: Switch to minidown::mini_document
and framework: water
* DESCRIPTION (Suggests): Add minidown
* README.md: Update two URLs to https
* tests/version.R: Add test for matching version in inst/NEWS.Rd
2021-04-13 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (URL, BugRreports): Added to DESCRIPTION file
2021-01-01 Dirk Eddelbuettel <[email protected]>
* .github/workflows/ci.yaml: Add CI runner using r-ci
* README.md: Add new CI badge
2020-05-24 Dirk Eddelbuettel <[email protected]>
* README.md: Add 'last commit badge'
* .travis.yml: Updated to 'bionic' and R 4.0.0
2020-03-14 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.6
* inst/scripts/configure.bash: Generalize existing configure script
and also check package version of 'apt-pkg' via pkg-config
* configure: Turned into wrapper / caller of additional script
* src/Makevars.in (PKG_CXXFLAGS): Set compiler define for Apt 2.0 (or
rather, 1.9.0 or later) if found by configure script
* src/buildDepends.cpp: Use additional includes for Apt 2.0
* src/getPackages.cpp: Ditto
* src/hasPackage.cpp: Ditto
* src/reverseDepends.cpp: Ditto
* tests/simpleTests.R: Make tests a little less aggressive as src-deb
entries are optional so we cannot assume they are present
* cleanup: Unbashify
2018-09-29 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.5
2018-09-28 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Description): Rewritten clearly stating need for
libapt-pkg-dev for proper functionality
* DESCRIPTION (SystemRequirements, OS_type): Removed
* R/init.R: Show warning for wrong system if in interactive mode
* src/Makevars.win (PKG_CXXFLAGS): Added, with 'wrong' system default
* src/buildDepends.cpp: Updated copyright, removed Emacs settings
* src/getPackages.cpp: Idem
* src/hasPackage.cpp: Idem
* src/reverseDepends.cpp: Idem
* .editorconfig: Added
2018-09-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): New minor version
* configure: Detect if apt and libapt-pkg-dev can be available and
set corresponding true or false -D definition in src/Makevars
* src/Makevars.in: Allow for configure to set -D definition
* src/utils.cpp (suitable): New helper function 'suitable()' to
return boolean reflecting the cponfiguration check
* man/suitable.Rd: Documentation
* src/buildDepends.cpp: Condition #include and behaviour on #define
* src/getPackages.cpp: Idem
* src/hasPackage.cpp: Idem
* src/reverseDepends.cpp: Idem
* tests/simpleTests.R: Only run tests if suitable() returns true
* src/RcppExports.cpp: Regenerated
* R/RcppExports.R: Idem
* vignettes/binnmuAfterR340.Rmd: Add missing VignetteIndexEntry
* .Rbuildignore: Do not include top-level *.tar.gz files
* .travis.yml: Cosmetic edit
2017-08-20 Dirk Eddelbuettel <[email protected]>
* .travis.yml (before_install): Switch to https download
2017-08-06 Dirk Eddelbuettel <[email protected]>
* vignettes/binnmuAfterR340.Rmd: Updated and expanded analysis
* inst/scripts/debian-packages/*: Ditto
2017-07-20 Dirk Eddelbuettel <[email protected]>
* NAMESPACE: Use .registration=TRUE
* src/RcppExport.R: Updated
2017-07-18 Dirk Eddelbuettel <[email protected]>
* src/buildDepends.cpp (buildDepends): Removed one unused variable
2017-07-16 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.4
* vignettes/binnmuAfterR340.Rmd: New vignette
* DESCRIPTION: Added knitr as Suggests: and VignetteBuilder:
* .travis.yml: Added to package list too
* docs/binnmuAfterR340.html: Rendered copy of vignette
* inst/scripts/debian-packages/*: Updated script and data
* src/RcppExports.cpp: Updated under Rcpp 0.12.12
* src/RcppExport.R: Idem
* README.md: Use alternate for img.shields.io GPL-2+ badge
2017-06-27 Dirk Eddelbuettel <[email protected]>
* .travis.yml (group): Added as required by Travis CI
2017-06-18 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version and date
* inst/scripts/debian-packages: Added usage example
* inst/scripts/local-packages: Idem
2017-05-31 Dirk Eddelbuettel <[email protected]>
* src/getPackages.cpp: Set stringsAsFactor=false
* src/reverseDepends.cpp: Idem
2017-05-30 Dirk Eddelbuettel <[email protected]>
* src/reverseDepends.cpp (getDepends): Corrected package filter
2017-05-27 Dirk Eddelbuettel <[email protected]>
* src/getPackages.cpp (getPackages): Now returns name and version
2017-05-26 Dirk Eddelbuettel <[email protected]>
* src/reverseDepends.cpp (getDepends): New function to return a
data frame with dependency information
* man/getDepends.Rd: Documentation
* src/RcppExports.cpp: Added package registration code
2017-05-12 Dirk Eddelbuettel <[email protected]>
* src/getPackages.cpp (getPackages): Suppress one compiler
warning; still needs finalizing
* src/buildDepends.cpp (showSrc): Added two diagnostics messages
2016-12-08 Dirk Eddelbuettel <[email protected]>
* src/buildDepends.cpp): Additional #nocov tags
2016-12-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Release 0.0.3
2016-12-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Rolled minor version
* src/Makevars (CXX_STD): Turn on C++11 as g++-6 and (default) C++98
create compilation issue
* src/getPackages.cpp (getPackages): Beginning of fix towards
replacing CandVersion() call; not finalized. Inverted foo vs foo:i386
test
* src/buildDepends.cpp: Add dumpPackages() example
* man/dumpPackages.Rd: Ditto
* src/reverseDepends.cpp: Add reverseDepends() example
* man/reverseDepends.Rd: Ditto
* tests/simpleTests.R: Added a few simple tests
* .travis.yml: Switch to run.sh from our r-travis, added coverage
* .codecov.yml (comment): Added
* .Rbuildignore: Added .codecov.yml
* README.md: Added badge, use canonical URLs
2016-04-10 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Rolled minor version
* src/reverseDepends.cpp (reverseDepends): New function
2016-04-04 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Relase 0.0.2
2016-04-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Roll minor Version and Date
* src/buildDepends.cpp (buildDepends): Renamed from reverseDepends as
it actually returns buildDepends as planned.
* man/buildDepends.Rd: Ditto
* README.md: Mention buildDepends()
2016-03-27 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Roll minor Version and Date
* src/getPackages.cpp (getPackages): Add note to roxygen2 for Details
section that package name is a regular expression; test package for
possible architecture suffix and only process plain name; also report
available candidate version (though often NA)
* src/reverseDepends.cpp (reverseDepends): Add note to roxygen2 for Details
section that package name is a regular expression
(showSrc): Idem
(dumpPackages): Idem
* man/dumpPackages.Rd: Expanded Details section regarding regular expression
* man/getPackages.Rd: Idem
* man/reverseDepends.Rd: Idem
* man/showSrc.Rd: Idem
2016-03-21 Dirk Eddelbuettel <[email protected]>
* src/reverseDepends.cpp (reverseDepends): New function
* man/reverseDepends.Rd: New documentation
2016-03-20 Dirk Eddelbuettel <[email protected]>
* src/reverseDepends.cpp (showSrc): Added preliminary versions of
dumpPackages() and showSrc() with a nod to apt-cache.cc
(localDeNull): define as DeNull not in older versions
(dumpPackages): use localDeNull()
* man/dumpPackages.Rd: New (roxygen2-based) manual page
* man/showSrc.Rd: Idem
* src/getPackages.cpp (getPackages): Update accessor to Section of a
package using preferred iterator approach; also updated help text
2015-02-20 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Release 0.0.1
* src/hasPackages.cpp: Now searches by regular expression for
packages, with a default to a general wildcard
* configure: Added simple sanity checker to ensure we are on a
system such as Debian, Ubuntu or one of the derivatives -- and that
the libapt-pkg-dev package is installed
* DESCRIPTION: Added SystemRequirements: and OS_type:
* src/hasPackages.cpp: Example added to roxygen2 documentation
* src/hasPackages.cpp: Idem
* .travis.yml: Added for Travis CI testing
* src/getPackages.cpp: Added #include <apt-pkg/init.h> for Ubuntu 12.04
* src/hasPackages.cpp: Idem
2015-02-19 Dirk Eddelbuettel <[email protected]>
* src/hasPackages.cpp: New function to check if packages available
* man/hasPackages.Rd: Generated via roxygen header
* src/getPackages.cpp: Also return Section as third column
2015-02-18 Dirk Eddelbuettel <[email protected]>
* src/getPackages.cpp: Added proper copyright header; changed to
return two-column data.frame with name and (if installed) version
* man/getPackages.Rd: Generated via roxygen header
* cleanup: Added helper script
2015-02-17 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Very first version and commit
* src/getPackages.cpp: Simple accessor for known packages