NEWS (original) (raw)
ggnetwork 0.5.14 (2025-09-09)
Minor improvements and fixes
- Minor updates to documentation to pass new CRAN checks on cross-references.
- Minor updates to handle deprecated and renamed functions in
igraph.
ggnetwork 0.5.13 (2024-02-14)
Minor improvements and fixes
- Fortifying graph objects was slightly modified to accommodate for a change in
igraph2.0.1 and above (thanks to Marco Sandri andigraphdevelopers for raising the issue).
ggnetwork 0.5.12 (2023-03-06)
Minor improvements and fixes
- Fortifying graph objects now assumes that
getOption("stringsAsFactors")is to be set toFALSEwhen it is missing (required by a recent change in R-devel).
ggnetwork 0.5.11 (2021-07-06)
Repository changes
- Replaced Travis CI with GitHub Actions (#66).
ggnetwork 0.5.10 (2021-07-05)
Many thanks to Kurt Hornik, from CRAN, and to Marco Sandri, from the BasketballAnalyzeRpackage, who both helped with pushing the package forward while preserving its reverse dependencies.
Minor improvements and fixes
- Modified the “duplicated edges” test on
networkobjects, which are now pruned of duplicated (‘redundant’) edges by default, unlessmultiple = TRUE(multiplex egdes) is declared.
ggnetwork 0.5.9 (2021-06-04)
Minor improvements and fixes
- Declared the soft dependency on
rmarkdown(see thisknitr issue).
ggnetwork 0.5.8 (2020-02-12)
Many thanks to Uwe Ligges, from CRAN, and to Julia Fukuyama, from the phyloseqGraphTestpackage, who both helped with pushing the package forward while preserving its reverse dependencies.
Minor improvements and fixes
- Fixed a bug that caused networks of class
igraphto lose edge attributes.
ggnetwork 0.5.7
Minor improvements and fixes
- Adjustments to avoid any issues with class().
- Fixed some faulty and/or unsecure URLs (thanks to Uwe Ligges).
ggnetwork 0.5.6
Due to a bugfix in statnet.common 4.2.0,ggnetwork now requires R ≥ 3.5 (#45).
Minor improvements and fixes
- Added a
scaleargument that makes it possible to pass meaningful spatial coordinates like latitude and longitude without (re)scaling (#48). - Finished fixing a bug affecting 2-node, 1-tie networks of class
igraph(#12). Thanks to Mickaël Canouil (#20) and Zachary Charlop-Powers(#24). - Added a
stringsAsFactorsargument that allows to import vertex and edge attributes as character strings instead of factors, which remains the default behaviour (#53). - Fixed a bug that caused
igraphvertex attributes to be returned in a different type than the original attribute (#54). - Fixed a bug that made it impossible to convert edge attributes provided as character strings into factors (#55), which is now the case by default (#53).
ggnetwork 0.5.5
Many thanks to Mickaël Canouil, who contributed all changes below (#42).
Repository changes
- Add
README.Rmd(replaceREADME.md),- use badges.
- list all GitHub contributors.
- add Contributing, Code of Conduct Issue Template and Support markdown file (
usethis).
- Improve
.travis.yml,- use
pkgdownfor website deployment.
* add_pkgdown.ymlconfiguration file. - use
covrfor code coverage.
* add defaultcodecov.ymlconfiguration file.
- use
- Add
ggnetwork.Rproj, for ease of use within Rstudio.
Minor improvements and fixes
- In
DESCRIPTION,- update RoxygenNote version.
- remove
ggplot2fromEnhancesfield. - add
Collatefield to load sequentially the functions. - move
igraphtoImportsfield.
- Remove
inst/doc/directory, i.e., the vignette is part of thepkgdownwebsite. - Use tidy code style.
- In
R/fortify-igraph.RandR/fortify-network.R,- use subsetting functions instead of
withandtransform(i.e., intended to be use interactively). - fix issue from CRAN check with undefined global variables.
- remove namespace loading for
snapackage (i.e.,gplot.layout.*functions).
- use subsetting functions instead of
- In
R/geom-nodes.RandR/geom-edges.R,- remove unnecessary “@importFom”.
- add missing function packages prefix.
- In
R/ggnetwork.R,switchandtryCatchto make theigraphandnetworktesting consistent. - In
R/utilities.R, reexportfortifyandunitfromggplot2.
ggnetwork 0.5.4
Added native support for igraph. Thanks to Jake Fisher (#25).
Minor improvements and fixes
Fix for network layouts with constant coordinates. Thanks to Kipp Johnson (#32).
ggnetwork 0.5.3
Repository changes
Added Travis CI. Thanks to Kohei Watanabe (#26).
Minor improvements and fixes
- Export
ggplot2::Statto enable loadingggnetworkfirst (#14). Thanks to Tyler Rinker. - Built with the new version of
ggproto(#11). - Safer calls to the
snapackage (#9). Thanks to Michał Bojanowski.
ggnetwork 0.5.2 (2016-05-01)
Minor improvements and fixes
- Fixed a bug that removed labels from strictly vertical or strictly horizontal edges (#5).
- Fixed a small documentation issue that was corrected in
roxygen5.0.2 (#4).
CHANGES
- Support for segment colors in all geoms using
ggrepel0.5.1 (#3). - Added some acknowledgements to the README and links to the DESCRIPTION.
ggnetwork 0.5.1 (2016-03-25)
First CRAN release.