forked from eddelbuettel/rapiserialize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
74 lines (42 loc) · 2.11 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
2021-04-12 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-06-02 Dirk Eddelbuettel <[email protected]>
* README.md: Added 'last commit' badge
* .travis.yml: Switch to R 4.0.0 and bionic
2019-01-03 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (Version, Date): Roll minor version
* DESCRIPTION (Description): Minor rewording
* README.md: Added dependencies badge
2018-09-02 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Minor Travis CI update
2017-04-23 Dirk Eddelbuettel <[email protected]>
* .travis.yml: Switch to run.sh from maintained for R and Travis
2015-03-25 Dirk Eddelbuettel <[email protected]>
* src/serialize.cpp: Added some comments regarding differences
between this file and the original src/main/serialize.c code
2014-05-07 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION (and other files): Per email by Junji, reordered all
references to first list Ei-ji and then him
2014-04-19 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Finalizing initial public version 0.1.0
* DESCRIPTION: Expanded and edited Description: text
* man/RApiSerialize-package.Rd: Expanded Details section
* inst/NEWS.Rd: Added NEWS file with first short entry
2014-04-15 Dirk Eddelbuettel <[email protected]>
* tests/simpleTests.R: Added simple test script
* tests/simpleTests.Rout.save: Added reference output
* src/serialize.cpp: Removed to/from char functions
* src/init.c: Removed interface for to/from char functions
* inst/include/RApiSerializeAPI.h: Ditto
* R/serialization.R: Ditto
* man/RApiSerialize-package.Rd: Ditto
2014-04-12 Dirk Eddelbuettel <[email protected]>
* DESCRIPTION: Prepating initial version 0.1.0
* src/serialize.cpp: With credits to Ei-ji, Junji, and R Core
* src/init.c: Exporting for use by other R package
* inst/include/RApiSerializeAPI.h: Exported header used by others
* R/serialization.R: Simple R wrappers for testing
* man/RApiSerialize-package.Rd: Basic documentation