Skip to content

Commit

Permalink
Reseave datasets
Browse files Browse the repository at this point in the history
They were saved in the old igraph object format.
  • Loading branch information
mbojan committed Jun 29, 2023
1 parent 4306c55 commit f509883
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data-raw/Catania.R
Expand Up @@ -26,4 +26,4 @@ read_csv(
) %>%
as.table() -> Catania

usethis::use_data(Catania)
usethis::use_data(Catania, overwrite=TRUE)
2 changes: 1 addition & 1 deletion data-raw/Classroom.R
Expand Up @@ -44,4 +44,4 @@ igraph::graph_from_data_frame(
directed = TRUE
) -> Classroom

usethis::use_data(Classroom)
usethis::use_data(Classroom, overwrite = TRUE)
2 changes: 1 addition & 1 deletion data-raw/EF3.R
Expand Up @@ -47,7 +47,7 @@ EF3 <- igraph::graph_from_data_frame(
directed=FALSE
)

usethis::use_data(EF3)
usethis::use_data(EF3, overwrite = TRUE)



3 changes: 1 addition & 2 deletions data-raw/WhiteKinship.R
Expand Up @@ -44,6 +44,5 @@ WhiteKinship <- igraph::graph_from_data_frame(
directed=FALSE
)

usethis::use_data(WhiteKinship)

usethis::use_data(WhiteKinship, overwrite=TRUE)

Binary file modified data/Catania.rda
Binary file not shown.
Binary file modified data/Classroom.rda
Binary file not shown.
Binary file modified data/EF3.rda
Binary file not shown.
Binary file modified data/WhiteKinship.rda
Binary file not shown.

0 comments on commit f509883

Please sign in to comment.