diff --git a/DESCRIPTION b/DESCRIPTION index 3b6d637..a1f612a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: autograph Title: Automatic Plotting and Theming of Many Graphs -Version: 1.0.1 +Version: 1.0.2 Date: 2026-04-30 Description: Visual exploration and presentation of networks should not be difficult. This package includes functions for plotting networks and network-related metrics with sensible and pretty defaults. diff --git a/NEWS.md b/NEWS.md index 7994ce9..6019909 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,12 +1,18 @@ +# autograph 1.0.2 + +## Plotting + +- Fixed the error produced by a namespace reference in a call in `ergm_res` + # autograph 1.0.1 ## Package - Updated the logo -- Fixed the error in some flavours by removing environment references in included objects ## Plotting +- Fixed the error in some flavours by removing environment references in included objects - Closed #44 by adding example that uses `ggplot2::scale_colour_discrete()` to tweak colour output ## Tutorials diff --git a/R/autograph-package.R b/R/autograph-package.R index 74a232f..069724d 100644 --- a/R/autograph-package.R +++ b/R/autograph-package.R @@ -2,7 +2,7 @@ #' @keywords internal #' @details #' For more details, please consult the README and work through the tutorial. -#' The tutorial can be run locally using `migraph::run_tute("visualisation")`. +#' The tutorial is available in the package documentation and on the package website. #' @author James Hollway "_PACKAGE" diff --git a/data/ergm_res.rda b/data/ergm_res.rda index 46cc67e..3989efe 100644 Binary files a/data/ergm_res.rda and b/data/ergm_res.rda differ