Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.4.1 #56

Merged
merged 2 commits into from
Jan 24, 2024
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: 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 @@
run_tute <- function(tute) {
thisRequires("learnr")
if (missing(tute)) {
name <- NULL

Check warning on line 28 in R/pkg_tutorials.R

View check run for this annotation

Codecov / codecov/patch

R/pkg_tutorials.R#L28

Added line #L28 was not covered by tests
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
Loading