Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/autograph-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Binary file modified data/ergm_res.rda
Binary file not shown.
Loading