Skip to content

Commit db379bb

Browse files
authored
Prepare v0.1.0 release (#26)
* Remove devcontainer config. * Rename RStudio project file. * Add a NEWS.md file.
1 parent 0f79b09 commit db379bb

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

.devcontainer/Dockerfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# greedy-maximal-room-squares (development version)
2+
3+
# greedy-maximal-room-squares (v0.1.0)
4+
5+
* Reproduce Table 1 from Meszka and Rosa (2021) up to n = 80, giving the volume of maximal partial Room squares constructed by greedy1 and greedy2.
6+
* A targets pipeline with two PNG outputs, a plot and a table, giving volumes for greedy1 and greedy2 for n = 2 to n = 80.
7+
* greedy1 and greedy2 based on the Room class from the wallis package.
8+
* Using ggplot2 3.5.1 for plots and flextable 0.9.6 for tables.
9+
* Tested on Ubuntu 20.04.6 LTS (Focal Fossa) with R 4.4.1, renv 1.0.7, targets 1.7.1, wallis 0.0.0.9007
File renamed without changes.

0 commit comments

Comments
 (0)