-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
65 lines (40 loc) · 1.86 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
2020-02-11 George G. Vega Yon <[email protected]>
* We won't be using this any more.
2018-02-05 George G. Vega Yon <[email protected]>
* R/bugs.r: Moving checking functions to a single list.
* R/igraph.r: Fixing bug when the id label was not present. Also cleaning code.
* R/rgexf.r: Better rescale for gexf-js.
* tests/testthat/*.r: New tests.
2017-11-27 George G. Vega Yon <[email protected]>
* R/bugs.r: Function to map colors of a single node.
* R/igraph.r, R/read.gexf.r: Mapping positions, size and colors, ~~Still a
bit buggy.~~ and positions.
2017-11-13 George G. Vega Yon <[email protected]>
* R/bugs.r: New functions to check and coerce attributes
viz attributes mostly.
* R/rgexf.r: Making the code nicer. Implementing
new viz attribute checks.
2017-11-08 George G. Vega Yon <[email protected]>
* R/igraph.r: Now receives ...
* R/gexf-js.r: Passing httd.args
* R/rgexf.r: Changing metadata and new parameter.
2017-11-06 George G. Vega Yon <[email protected]>
* Working on next CRAN release. Checking that works with
DiagrammeR, and spell checking.
* Plotting now is made through gexf-js.
2017-11-05 George G. Vega Yon <[email protected]>
* Getting ready for next cran release.
2016-11-11 George G. Vega Yon <[email protected]>
* R/igraph.r: Removed example downloading data.
* R/write.gexf: idem.
2016-11-10 George G. Vega Yon <[email protected]>
* R/bugs.r: Creating a more generic method for checking viz attrs.
* R/rgexf.r: Started moving from write.gexf to gexf. In the 2.0
version write.gexf should be for exporting gexf graphs only.
* demo/*.R: Replaced write.gexf with gexf.
* tests/*: Adding testh_that.
2016-11-09 George G. Vega Yon <[email protected]>
* Added ChangeLog
* Change Depends to Imports and added namespace calls
* rgexf.r: New option -vers- indicates version of
gexf file.