Skip to content

Commit

Permalink
Merge pull request #56 from stocnet/develop
Browse files Browse the repository at this point in the history
v0.4.1
  • Loading branch information
jhollway authored Jan 24, 2024
2 parents 2e1269b + 1141114 commit 8b1a435
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
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, Mark, and Map Myriad Networks
Version: 0.4.0
Version: 0.4.1
Date: 2024-01-24
Description: A set of tools for making, modifying, marking, and mapping many different types of networks.
All functions operate with matrices, edge lists, and 'igraph', 'network', and 'tidygraph' objects,
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# manynet 0.4.1

2023-12-24

## Package

- Fixed minor documentation bug in `run_tute()`
- pkgdown urls now point to "stocnet/manynet"
- Closes #34 by pushing changes to CRAN

# manynet 0.4.0

2023-12-24
Expand Down
1 change: 1 addition & 0 deletions R/pkg_tutorials.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ NULL
run_tute <- function(tute) {
thisRequires("learnr")
if (missing(tute)) {
name <- NULL
t1 <- dplyr::as_tibble(learnr::available_tutorials(package = "manynet"),
silent = TRUE) %>% dplyr::select(1:3)
t2 <- dplyr::as_tibble(learnr::available_tutorials(package = "migraph"),
Expand Down
4 changes: 2 additions & 2 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://snlab-ch.github.io/manynet/
url: https://stocnet.github.io/manynet/
development:
mode: auto
template:
Expand Down Expand Up @@ -28,7 +28,7 @@ navbar:
href: news/index.html
github:
icon: "fab fa-github fa-lg"
href: https://github.com/snlab-ch/manynet
href: https://github.com/stocnet/manynet
reference:
- title: "Making"
desc: |
Expand Down

0 comments on commit 8b1a435

Please sign in to comment.