Skip to content

Commit

Permalink
Renamed ison_potter to fict_potter
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollway committed Oct 23, 2024
1 parent 5fb0b4f commit d13dce6
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 174 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ mileage may vary
- Renamed `ison_greys` to `fict_greys`, added info
- Renamed `ison_lotr` to `fict_lotr`, added info
- Renamed `ison_thrones` to `fict_thrones`, added info and some additional nodal attributes
- Renamed `ison_potter` to `fict_potter`, added info and combined waves into single object

# manynet 1.2.6

Expand Down
8 changes: 4 additions & 4 deletions R/data_ison.R
Original file line number Diff line number Diff line change
Expand Up @@ -484,18 +484,18 @@
#' gender, and their house assigned by the sorting hat are included.
#' @docType data
#' @keywords datasets
#' @name ison_potter
#' @usage data(ison_potter)
#' @name fict_potter
#' @usage data(fict_potter)
#' @references
#' Bossaert, Goele and Nadine Meidert (2013).
#' "'We are only as strong as we are united, as weak as we are divided'. A dynamic analysis of the peer support networks in the Harry Potter books."
#' _Open Journal of Applied Sciences_, 3(2): 174-185.
#' \doi{10.4236/ojapps.2013.32024}
#' @format
#' ```{r, echo = FALSE}
#' ison_potter
#' fict_potter
#' ```
"ison_potter"
"fict_potter"

## Game of Thrones ####

Expand Down
2 changes: 1 addition & 1 deletion R/measure_properties.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ net_dims.network <- function(.data){
#' @rdname measure_properties
#' @importFrom igraph vertex_attr_names
#' @examples
#' net_node_attributes(ison_lotr)
#' net_node_attributes(fict_lotr)
#' @export
net_node_attributes <- function(.data){
igraph::vertex_attr_names(as_igraph(.data))
Expand Down
Binary file added data/fict_potter.rda
Binary file not shown.
Binary file removed data/ison_potter.rda
Binary file not shown.
54 changes: 54 additions & 0 deletions man/fict_potter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

168 changes: 0 additions & 168 deletions man/ison_potter.Rd

This file was deleted.

2 changes: 1 addition & 1 deletion man/measure_properties.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d13dce6

Please sign in to comment.