Skip to content

Commit

Permalink
Remove the plot_room_square function. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson authored Jul 16, 2024
1 parent 409085a commit 1939e83
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 43 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: wallis
Title: Room squares in R
Version: 0.0.0.9005
Version: 0.0.0.9006
Authors@R:
person("Matthew", "Henderson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7949-8208"))
Expand All @@ -11,7 +11,6 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
dplyr,
ggplot2,
purrr,
tibble,
tidyr
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ export(is_maximal_proom)
export(is_partial_room)
export(is_room)
export(n_filled_cells)
export(plot_room_square)
export(unused_pairs)
export(volume)
23 changes: 0 additions & 23 deletions R/plot-room-square.R

This file was deleted.

17 changes: 0 additions & 17 deletions man/plot_room_square.Rd

This file was deleted.

0 comments on commit 1939e83

Please sign in to comment.