Skip to content

Commit

Permalink
Fixed errors when testing without concaveman
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollway committed Oct 5, 2024
1 parent 899f90b commit a62bcf5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: manynet
Title: Many Ways to Make, Modify, Map, Mark, and Measure Myriad Networks
Version: 1.2.5
Version: 1.2.6
Date: 2024-10-05
Description: Many tools for making, modifying, mapping, marking, measuring,
and motifs and memberships of many different types of networks.
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# manynet 1.2.6

## Package

- Fixed errors when testing without `{concaveman}`
- Fixed errors when plotting some examples without `{ggdendro}`

# manynet 1.2.5

## Package
Expand Down
1 change: 1 addition & 0 deletions tests/testthat/test-map_autograph.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ test_that("named networks plot correctly", {
# Test that autographr() works with arguments without quotes
test_that("node_group works correctly", {
skip_on_cran()
testthat::skip_if_not_installed("concaveman")
expect_equal(graphr(ison_lawfirm, node_group = gender),
graphr(ison_lawfirm, node_group = "gender"))
})
Expand Down

0 comments on commit a62bcf5

Please sign in to comment.