Skip to content

Commit 8b1a435

Browse files
authored
Merge pull request #56 from stocnet/develop
v0.4.1
2 parents 2e1269b + 1141114 commit 8b1a435

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: manynet
22
Title: Many Ways to Make, Modify, Mark, and Map Myriad Networks
3-
Version: 0.4.0
3+
Version: 0.4.1
44
Date: 2024-01-24
55
Description: A set of tools for making, modifying, marking, and mapping many different types of networks.
66
All functions operate with matrices, edge lists, and 'igraph', 'network', and 'tidygraph' objects,

NEWS.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# manynet 0.4.1
2+
3+
2023-12-24
4+
5+
## Package
6+
7+
- Fixed minor documentation bug in `run_tute()`
8+
- pkgdown urls now point to "stocnet/manynet"
9+
- Closes #34 by pushing changes to CRAN
10+
111
# manynet 0.4.0
212

313
2023-12-24

R/pkg_tutorials.R

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ NULL
2525
run_tute <- function(tute) {
2626
thisRequires("learnr")
2727
if (missing(tute)) {
28+
name <- NULL
2829
t1 <- dplyr::as_tibble(learnr::available_tutorials(package = "manynet"),
2930
silent = TRUE) %>% dplyr::select(1:3)
3031
t2 <- dplyr::as_tibble(learnr::available_tutorials(package = "migraph"),

pkgdown/_pkgdown.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://snlab-ch.github.io/manynet/
1+
url: https://stocnet.github.io/manynet/
22
development:
33
mode: auto
44
template:
@@ -28,7 +28,7 @@ navbar:
2828
href: news/index.html
2929
github:
3030
icon: "fab fa-github fa-lg"
31-
href: https://github.com/snlab-ch/manynet
31+
href: https://github.com/stocnet/manynet
3232
reference:
3333
- title: "Making"
3434
desc: |

0 commit comments

Comments
 (0)