Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jun 27, 2024
1 parent 6d51fa2 commit 40690a3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: rgexf
Type: Package
Encoding: UTF-8
Title: Build, Import, and Export GEXF Graph Files
Version: 0.17.0
Version: 0.16.3
Date: 2024-06-27
Authors@R: c(
person("George", "Vega Yon", email="g.vegayon@gmail.com", role=c("aut", "cre"),
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changes in rgexf version 0.17.0 (2024-06-27)

TBD
# Changes in rgexf version 0.16.3 (2024-06-27)

* Dynamically loaded components in the Rd files were removed to comply with new
CRAN policies.

# Changes in rgexf version 0.16.2 (2021-08-10)

Expand Down
16 changes: 9 additions & 7 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ gexf_js_install <- function(path, overwrite = FALSE) {
#'
#' @details
#' Currently, the only languages supported are:
#' \Sexpr{paste(names(rgexf:::gexf_js_languages), " (", rgexf:::gexf_js_languages, ")", sep="", collapse=", ")}.
#' German (de), English (en), French (fr), Spanish (es), Italian (it),
#' Finnish (fi), Turkish (tr), Greek (el), Dutch (nl)
#'
gexf_js_config <- function(
dir,
Expand Down Expand Up @@ -173,11 +174,12 @@ gexf_js_config <- function(
#'
#' More details on this in the [igraph.to.gexf] function.
#'
#' The files are copied directly from
#' \Sexpr{system.file("gexf-js", package="rgexf")}. And the
#' parameters are set up by modifying the following template file:
#'
#' \Sexpr{system.file("gexf-js/config.js.template", package="rgexf")}
#' The files are copied directly from the path indicated by
#' `system.file("gexf-js", package="rgexf")`. And the
#' parameters are set up by modifying the following template file stored under
#' the `gexf-js/config.js.template` (see the output from
#' `system.file("gexf-js/config.js.template", package="rgexf")` to see the
#' path to the template file).
#'
#' The server is lunched if and only if `interactive() == TRUE`.
#'
Expand All @@ -204,7 +206,7 @@ plot.gexf <- function(
copy.only = FALSE,
...
) {

# Step 0: Check for viz attributes
if (any(grepl("^\\s*<viz:position", x$graph)))
warning("No position viz attribute found. The graph may not be drawn (see ?plot.gexf.)")
Expand Down
14 changes: 8 additions & 6 deletions man/plot.gexf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40690a3

Please sign in to comment.