Skip to content

Commit 1dad12b

Browse files
committed
#minor bump, updated NEWS, and capitalised on naming structure in data objects for the website
1 parent dada25a commit 1dad12b

File tree

4 files changed

+22
-10
lines changed

4 files changed

+22
-10
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ inst/doc
55
.Ruserdata
66
*.Rd
77
data-raw/*
8+
docs/

DESCRIPTION

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
Package: roctopus
2-
Title: Utility functions for multimode and multilevel network analysis
3-
Version: 0.2.6
2+
Title: Multimodal and multilevel network analysis
3+
Version: 0.3.0
44
Description: This package assembles a number of utility functions for
55
loading, visualising, and analysing multimode, multiplex, and multilevel networks.
66
URL: https://github.com/jhollway/roctopus
77
BugReports: https://github.com/jhollway/roctopus/issues
88
Depends: R (>= 3.4.0)
9-
License: MIT + file LICENSE
9+
License: MIT
1010
Encoding: UTF-8
1111
LazyData: true
1212
RoxygenNote: 7.1.1
1313
Imports: igraph,
14+
tidygraph,
1415
geosphere,
1516
threejs,
1617
roxygen2,

NEWS.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# roctopus 0.3.0
2+
3+
2020-11-06
4+
5+
## Data
6+
7+
* Data creation updated for `{tidygraph}` defaults
8+
* Renamed `create_lattice()` to `create_chain()` to avoid conflicts with `tidygraph::create_lattice()`
9+
* Renamed `create_poles()` to `create_silos()`
10+
* Renamed `create_random()` to `play_twomode()` to avoid conflicts with `tidygraph::play_bipartite()`
11+
* Added export options for all `create_` and `play_` functions as `tbl_graph` (default), `igraph`, and base matrix
12+
* Updated tests for new `create_` and `play_` function names
13+
* Packaged data updated for `{tidygraph}` defaults
14+
* Renamed packaged data from book to `mpn_`
15+
116
# roctopus 0.2.6
217

318
2020-08-18

pkgdown/_pkgdown.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ reference:
3535
desc: "Functions for simulating multilevel networks:"
3636
contents:
3737
- starts_with("create_")
38+
- starts_with("play_")
3839
- df_to_mat
3940
- project
4041
- project_list
@@ -52,10 +53,4 @@ reference:
5253
- title: "Data"
5354
desc: "Multilevel network data:"
5455
contents:
55-
- bristol
56-
- evs
57-
- mexicanpower
58-
- opensecrets
59-
- powerelite
60-
- ryanair
61-
- senate112
56+
- starts_with("mpn_")

0 commit comments

Comments
 (0)