@@ -10,7 +10,6 @@ website](https://github.com/gvegayon/rgexf/actions/workflows/website.yml/badge.s
10
10
Status] ( https://ci.appveyor.com/api/projects/status/github/gvegayon/rgexf?branch=master&svg=true )] ( https://ci.appveyor.com/project/gvegayon/rgexf )
11
11
[ ![ Coverage
12
12
Status] ( https://img.shields.io/codecov/c/github/gvegayon/rgexf/master.svg )] ( https://codecov.io/github/gvegayon/rgexf?branch=master )
13
- [ ![ lifecycle] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://www.tidyverse.org/lifecycle/#stable )
14
13
15
14
# rgexf: Build, Import and Export GEXF Graph Files <img src =" man/figures/logo.svg " align =" right " height =" 200 " />
16
15
@@ -35,33 +34,33 @@ the igraph package.
35
34
36
35
## New features and changes
37
36
38
- - We now have a hex sticker\ !
37
+ - We now have a hex sticker!
39
38
40
- - Users can now cite properly ` rgexf ` with JOSS (see
39
+ - Users can now cite properly ` rgexf ` with JOSS (see
41
40
` citation(package="rgexf") ` ).
42
41
43
- - Added a few extra breaks across the examples (suggested by
42
+ - Added a few extra breaks across the examples (suggested by
44
43
@corneliusfritz ).
45
44
46
- - Improved documentation regarding spells and dynamic graphs.
45
+ - Improved documentation regarding spells and dynamic graphs.
47
46
48
- - New ` head() ` function allows a glimpse of the ` n ` first nodes/edges.
47
+ - New ` head() ` function allows a glimpse of the ` n ` first nodes/edges.
49
48
50
49
## Bug fixes
51
50
52
- - Passing colors with four values (alpha) no longer fails during
51
+ - Passing colors with four values (alpha) no longer fails during
53
52
checks. (reported by @IsabelFE ).
54
53
55
- - The summary function prints nodes’ attributes as expected.
54
+ - The summary function prints nodes’ attributes as expected.
56
55
57
- - Hex colors now work (\# 41 reported by @milnus ).
56
+ - Hex colors now work (\# 41 reported by @milnus ).
58
57
59
- - ` gexf.to.igraph ` correctly processes edge attributes (\# 38 reported
58
+ - ` gexf.to.igraph ` correctly processes edge attributes (\# 38 reported
60
59
by @balachia ).
61
60
62
- - Time range is now correctly computed (\# 19).
61
+ - Time range is now correctly computed (\# 19).
63
62
64
- - Non-integer ids were incorrectly processed when reading GEXF files.
63
+ - Non-integer ids were incorrectly processed when reading GEXF files.
65
64
66
65
More in the [ NEWS.md] ( NEWS.md ) file.
67
66
@@ -118,7 +117,7 @@ write.gexf(people, relations)
118
117
119
118
## <?xml version="1.0" encoding="UTF-8"?>
120
119
## <gexf xmlns="http://www.gexf.net/1.3" xmlns:viz="http://www.gexf.net/1.3/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.3 http://www.gexf.net/1.3/gexf.xsd" version="1.3">
121
- ## <meta lastmodifieddate="2021-08-10 ">
120
+ ## <meta lastmodifieddate="2021-08-11 ">
122
121
## <creator>NodosChile</creator>
123
122
## <description>A GEXF file written in R with "rgexf"</description>
124
123
## <keywords>GEXF, NodosChile, R, rgexf, Gephi</keywords>
@@ -127,22 +126,22 @@ write.gexf(people, relations)
127
126
## <nodes>
128
127
## <node id="1" label="juan">
129
128
## <viz:color r="255" g="99" b="71" a="1"/>
130
- ## <viz:position x="-100" y="-83.9578418284886 " z="0"/>
129
+ ## <viz:position x="-100" y="-100 " z="0"/>
131
130
## <viz:size value="10"/>
132
131
## </node>
133
132
## <node id="2" label="pedro">
134
133
## <viz:color r="255" g="99" b="71" a="1"/>
135
- ## <viz:position x="-89.7969192207545 " y="-100 " z="0"/>
134
+ ## <viz:position x="100 " y="-65.3946140492644 " z="0"/>
136
135
## <viz:size value="10"/>
137
136
## </node>
138
137
## <node id="3" label="matthew">
139
138
## <viz:color r="255" g="99" b="71" a="1"/>
140
- ## <viz:position x="100 " y="100 " z="0"/>
139
+ ## <viz:position x="-40.0113975061148 " y="-51.4331427129478 " z="0"/>
141
140
## <viz:size value="10"/>
142
141
## </node>
143
142
## <node id="4" label="carlos">
144
143
## <viz:color r="255" g="99" b="71" a="1"/>
145
- ## <viz:position x="89.0832390117297 " y="-45.6465865243531 " z="0"/>
144
+ ## <viz:position x="87.5704873488851 " y="100 " z="0"/>
146
145
## <viz:size value="10"/>
147
146
## </node>
148
147
## </nodes>
@@ -179,7 +178,7 @@ write.gexf(people, relations, nodeDynamic=time)
179
178
180
179
## <?xml version="1.0" encoding="UTF-8"?>
181
180
## <gexf xmlns="http://www.gexf.net/1.3" xmlns:viz="http://www.gexf.net/1.3/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.3 http://www.gexf.net/1.3/gexf.xsd" version="1.3">
182
- ## <meta lastmodifieddate="2021-08-10 ">
181
+ ## <meta lastmodifieddate="2021-08-11 ">
183
182
## <creator>NodosChile</creator>
184
183
## <description>A GEXF file written in R with "rgexf"</description>
185
184
## <keywords>GEXF, NodosChile, R, rgexf, Gephi</keywords>
@@ -188,22 +187,22 @@ write.gexf(people, relations, nodeDynamic=time)
188
187
## <nodes>
189
188
## <node id="1" label="juan" start="10" end="12">
190
189
## <viz:color r="255" g="99" b="71" a="1"/>
191
- ## <viz:position x="- 100" y="-31.4740979442695 " z="0"/>
190
+ ## <viz:position x="100" y="-84.9268891908072 " z="0"/>
192
191
## <viz:size value="10"/>
193
192
## </node>
194
193
## <node id="2" label="pedro" start="13" end="13">
195
194
## <viz:color r="255" g="99" b="71" a="1"/>
196
- ## <viz:position x="-20.056226237035 " y="-100 " z="0"/>
195
+ ## <viz:position x="-34.6297151463634 " y="72.9256806501316 " z="0"/>
197
196
## <viz:size value="10"/>
198
197
## </node>
199
198
## <node id="3" label="matthew" start="2" end="13">
200
199
## <viz:color r="255" g="99" b="71" a="1"/>
201
- ## <viz:position x="19.4048337948484 " y="-16.4595639751927 " z="0"/>
200
+ ## <viz:position x="25.4091608205188 " y="-100 " z="0"/>
202
201
## <viz:size value="10"/>
203
202
## </node>
204
203
## <node id="4" label="carlos" start="2" end="13">
205
204
## <viz:color r="255" g="99" b="71" a="1"/>
206
- ## <viz:position x="100" y="100" z="0"/>
205
+ ## <viz:position x="- 100" y="100" z="0"/>
207
206
## <viz:size value="10"/>
208
207
## </node>
209
208
## </nodes>
@@ -282,7 +281,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
282
281
283
282
## <?xml version="1.0" encoding="UTF-8"?>
284
283
## <gexf xmlns="http://www.gexf.net/1.3" xmlns:viz="http://www.gexf.net/1.3/viz" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.gexf.net/1.3 http://www.gexf.net/1.3/gexf.xsd" version="1.3">
285
- ## <meta lastmodifieddate="2021-08-10 ">
284
+ ## <meta lastmodifieddate="2021-08-11 ">
286
285
## <creator>NodosChile</creator>
287
286
## <description>A GEXF file written in R with "rgexf"</description>
288
287
## <keywords>GEXF, NodosChile, R, rgexf, Gephi</keywords>
@@ -303,7 +302,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
303
302
## <attvalue for="att2" value="1"/>
304
303
## </attvalues>
305
304
## <viz:color r="255" g="99" b="71" a="1"/>
306
- ## <viz:position x="67.5376043874963 " y="100" z="0"/>
305
+ ## <viz:position x="100 " y="- 100" z="0"/>
307
306
## <viz:size value="10"/>
308
307
## </node>
309
308
## <node id="2" label="pedro" start="13" end="13">
@@ -312,7 +311,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
312
311
## <attvalue for="att2" value="2"/>
313
312
## </attvalues>
314
313
## <viz:color r="255" g="99" b="71" a="1"/>
315
- ## <viz:position x="89.7154179636199 " y="-87.7577646430334 " z="0"/>
314
+ ## <viz:position x="96.5330017736988 " y="18.7339163893404 " z="0"/>
316
315
## <viz:size value="10"/>
317
316
## </node>
318
317
## <node id="3" label="matthew" start="2" end="13">
@@ -321,7 +320,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
321
320
## <attvalue for="att2" value="3"/>
322
321
## </attvalues>
323
322
## <viz:color r="255" g="99" b="71" a="1"/>
324
- ## <viz:position x="-100 " y="91.9036253379552 " z="0"/>
323
+ ## <viz:position x="-43.9305005474343 " y="27.8398539438333 " z="0"/>
325
324
## <viz:size value="10"/>
326
325
## </node>
327
326
## <node id="4" label="carlos" start="2" end="13">
@@ -330,7 +329,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
330
329
## <attvalue for="att2" value="4"/>
331
330
## </attvalues>
332
331
## <viz:color r="255" g="99" b="71" a="1"/>
333
- ## <viz:position x="100" y="- 100" z="0"/>
332
+ ## <viz:position x="- 100" y="100" z="0"/>
334
333
## <viz:size value="10"/>
335
334
## </node>
336
335
## </nodes>
@@ -519,7 +518,7 @@ devtools::session_info()
519
518
## collate en_US.UTF-8
520
519
## ctype en_US.UTF-8
521
520
## tz America/Los_Angeles
522
- ## date 2021-08-10
521
+ ## date 2021-08-11
523
522
##
524
523
## ─ Packages ───────────────────────────────────────────────────────────────────
525
524
## package * version date lib source
0 commit comments