Skip to content

Commit 6aa430e

Browse files
committed
JOSS Accepted (close #43)
1 parent a2beb32 commit 6aa430e

13 files changed

+41
-43
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Description: Create, read and write 'GEXF' (Graph Exchange 'XML' Format) graph
2121
edge weighting. Users can build/handle graphs element-by-element or massively
2222
through data-frames, visualize the graph on a web browser through 'gexf-js' (a
2323
'javascript' library) and interact with the 'igraph' package.
24-
URL: https://gvegayon.github.io/rgexf
25-
BugReports: http://github.com/gvegayon/rgexf/issues
24+
URL: https://gvegayon.github.io/rgexf/
25+
BugReports: https://github.com/gvegayon/rgexf/issues
2626
Imports:
2727
XML,
2828
igraph,

R/gexf.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
#'
100100
#' Jorge Fabrega Lacoa
101101
#' @seealso [new.gexf.graph()]
102-
#' @references The GEXF project website: http://gexf.net
102+
#' @references The GEXF project website: https://gephi.org/gexf/format/
103103
#' @keywords IO
104104
#' @examples
105105
#'
@@ -654,4 +654,4 @@ gexf <- function(
654654

655655
}
656656

657-
}
657+
}

R/manipulation.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#' @author George Vega Yon
3636
#'
3737
#' Jorge Fabrega Lacoa
38-
#' @references The GEXF project website: http://gexf.net
38+
#' @references The GEXF project website: https://gephi.org/gexf/format/
3939
#' @keywords manip
4040
#' @examples
4141
#'
@@ -244,7 +244,7 @@ add.gexf.edge <- function(
244244
#' @author George Vega Yon
245245
#'
246246
#' Jorge Fabrega Lacoa
247-
#' @references The GEXF project website: http://gexf.net
247+
#' @references The GEXF project website: https://gephi.org/gexf/format/
248248
#' @keywords manip
249249
#' @examples
250250
#'

R/read.gexf.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#' @author George Vega Yon
1111
#'
1212
#' Jorge Fabrega Lacoa
13-
#' @references The GEXF project website: http://gexf.net
13+
#' @references The GEXF project website: https://gephi.org/gexf/format/
1414
#' @keywords IO
1515
#' @examples
1616
#'

R/rgexf-package.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ NULL
144144
#' \url{https://gephi.org/gexf/1.2draft/gexf-12draft-primer.pdf}
145145
#' @references \itemize{ \item rgexf project site:
146146
#' \url{https://github.com/gvegayon/rgexf} \item Gephi project site:
147-
#' \url{https://gephi.org/} \item GEXF project site: \url{http://gexf.net/}
147+
#' \url{https://gephi.org/} \item GEXF project site: \url{https://gephi.org/gexf/format//}
148148
#' \item gexf-js project website: \url{https://github.com/raphv/gexf-js}
149149
#' \item Sigmasj project site: \url{http://sigmajs.org/}
150150
#' }

README.Rmd

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ knitr::opts_chunk$set(fig.path = "man/figures/", warning = FALSE)
1515
[![rgexf website](https://github.com/gvegayon/rgexf/actions/workflows/website.yml/badge.svg)](https://github.com/gvegayon/rgexf/actions/workflows/website.yml)
1616
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/gvegayon/rgexf?branch=master&svg=true)](https://ci.appveyor.com/project/gvegayon/rgexf)
1717
[![Coverage Status](https://img.shields.io/codecov/c/github/gvegayon/rgexf/master.svg)](https://codecov.io/github/gvegayon/rgexf?branch=master)
18-
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
1918

2019
# rgexf: Build, Import and Export GEXF Graph Files <img src="man/figures/logo.svg" align="right" height="200"/>
2120

README.md

+27-28
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ website](https://github.com/gvegayon/rgexf/actions/workflows/website.yml/badge.s
1010
Status](https://ci.appveyor.com/api/projects/status/github/gvegayon/rgexf?branch=master&svg=true)](https://ci.appveyor.com/project/gvegayon/rgexf)
1111
[![Coverage
1212
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)
1413

1514
# rgexf: Build, Import and Export GEXF Graph Files <img src="man/figures/logo.svg" align="right" height="200"/>
1615

@@ -35,33 +34,33 @@ the igraph package.
3534

3635
## New features and changes
3736

38-
- We now have a hex sticker\!
37+
- We now have a hex sticker!
3938

40-
- Users can now cite properly `rgexf` with JOSS (see
39+
- Users can now cite properly `rgexf` with JOSS (see
4140
`citation(package="rgexf")`).
4241

43-
- Added a few extra breaks across the examples (suggested by
42+
- Added a few extra breaks across the examples (suggested by
4443
@corneliusfritz).
4544

46-
- Improved documentation regarding spells and dynamic graphs.
45+
- Improved documentation regarding spells and dynamic graphs.
4746

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.
4948

5049
## Bug fixes
5150

52-
- Passing colors with four values (alpha) no longer fails during
51+
- Passing colors with four values (alpha) no longer fails during
5352
checks. (reported by @IsabelFE).
5453

55-
- The summary function prints nodes’ attributes as expected.
54+
- The summary function prints nodes’ attributes as expected.
5655

57-
- Hex colors now work (\#41 reported by @milnus).
56+
- Hex colors now work (\#41 reported by @milnus).
5857

59-
- `gexf.to.igraph` correctly processes edge attributes (\#38 reported
58+
- `gexf.to.igraph` correctly processes edge attributes (\#38 reported
6059
by @balachia).
6160

62-
- Time range is now correctly computed (\#19).
61+
- Time range is now correctly computed (\#19).
6362

64-
- Non-integer ids were incorrectly processed when reading GEXF files.
63+
- Non-integer ids were incorrectly processed when reading GEXF files.
6564

6665
More in the [NEWS.md](NEWS.md) file.
6766

@@ -118,7 +117,7 @@ write.gexf(people, relations)
118117

119118
## <?xml version="1.0" encoding="UTF-8"?>
120119
## <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">
122121
## <creator>NodosChile</creator>
123122
## <description>A GEXF file written in R with "rgexf"</description>
124123
## <keywords>GEXF, NodosChile, R, rgexf, Gephi</keywords>
@@ -127,22 +126,22 @@ write.gexf(people, relations)
127126
## <nodes>
128127
## <node id="1" label="juan">
129128
## <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"/>
131130
## <viz:size value="10"/>
132131
## </node>
133132
## <node id="2" label="pedro">
134133
## <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"/>
136135
## <viz:size value="10"/>
137136
## </node>
138137
## <node id="3" label="matthew">
139138
## <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"/>
141140
## <viz:size value="10"/>
142141
## </node>
143142
## <node id="4" label="carlos">
144143
## <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"/>
146145
## <viz:size value="10"/>
147146
## </node>
148147
## </nodes>
@@ -179,7 +178,7 @@ write.gexf(people, relations, nodeDynamic=time)
179178

180179
## <?xml version="1.0" encoding="UTF-8"?>
181180
## <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">
183182
## <creator>NodosChile</creator>
184183
## <description>A GEXF file written in R with "rgexf"</description>
185184
## <keywords>GEXF, NodosChile, R, rgexf, Gephi</keywords>
@@ -188,22 +187,22 @@ write.gexf(people, relations, nodeDynamic=time)
188187
## <nodes>
189188
## <node id="1" label="juan" start="10" end="12">
190189
## <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"/>
192191
## <viz:size value="10"/>
193192
## </node>
194193
## <node id="2" label="pedro" start="13" end="13">
195194
## <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"/>
197196
## <viz:size value="10"/>
198197
## </node>
199198
## <node id="3" label="matthew" start="2" end="13">
200199
## <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"/>
202201
## <viz:size value="10"/>
203202
## </node>
204203
## <node id="4" label="carlos" start="2" end="13">
205204
## <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"/>
207206
## <viz:size value="10"/>
208207
## </node>
209208
## </nodes>
@@ -282,7 +281,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
282281

283282
## <?xml version="1.0" encoding="UTF-8"?>
284283
## <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">
286285
## <creator>NodosChile</creator>
287286
## <description>A GEXF file written in R with "rgexf"</description>
288287
## <keywords>GEXF, NodosChile, R, rgexf, Gephi</keywords>
@@ -303,7 +302,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
303302
## <attvalue for="att2" value="1"/>
304303
## </attvalues>
305304
## <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"/>
307306
## <viz:size value="10"/>
308307
## </node>
309308
## <node id="2" label="pedro" start="13" end="13">
@@ -312,7 +311,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
312311
## <attvalue for="att2" value="2"/>
313312
## </attvalues>
314313
## <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"/>
316315
## <viz:size value="10"/>
317316
## </node>
318317
## <node id="3" label="matthew" start="2" end="13">
@@ -321,7 +320,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
321320
## <attvalue for="att2" value="3"/>
322321
## </attvalues>
323322
## <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"/>
325324
## <viz:size value="10"/>
326325
## </node>
327326
## <node id="4" label="carlos" start="2" end="13">
@@ -330,7 +329,7 @@ write.gexf(nodes=people, edges=relations, edgeDynamic=time.edges,
330329
## <attvalue for="att2" value="4"/>
331330
## </attvalues>
332331
## <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"/>
334333
## <viz:size value="10"/>
335334
## </node>
336335
## </nodes>
@@ -519,7 +518,7 @@ devtools::session_info()
519518
## collate en_US.UTF-8
520519
## ctype en_US.UTF-8
521520
## tz America/Los_Angeles
522-
## date 2021-08-10
521+
## date 2021-08-11
523522
##
524523
## ─ Packages ───────────────────────────────────────────────────────────────────
525524
## package * version date lib source

man/add.gexf.node.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/gexf-class.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/new.gexf.graph.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/read.gexf.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rgexf-package.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/rgexf.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ knitr::opts_chunk$set(fig.width = 7)
1616
# Introduction
1717

1818
The `rgexf` package provides a way to interact with [GEXF files](https://gephi.org/gexf/format/).
19-
The GEXF standard was developed by the [Gephi](http://gephi.org/)--"Like Photoshop for graphs"--core team,
19+
The GEXF standard was developed by the [Gephi](https://gephi.org/)--"Like Photoshop for graphs"--core team,
2020
and can be used to save static and dynamic networks.
2121

2222
With the `rgexf` package, users can create `gexf` (R) objects from scratch,

0 commit comments

Comments
 (0)