Skip to content

Commit

Permalink
Prepare release v0.1.0 (#13)
Browse files Browse the repository at this point in the history
* Install wallis 0.0.0.9007 from r-universe.

* Remove devcontainer config.

* Add a NEWS.md.
  • Loading branch information
MHenderson authored Jul 25, 2024
1 parent c187328 commit c5b6e0a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 26 deletions.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile

This file was deleted.

17 changes: 0 additions & 17 deletions .devcontainer/devcontainer.json

This file was deleted.

7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# more-maximal-room-squares (development version)

# more-maximal-room-squares (v0.1.0)

* A targets pipeline to plot a maximal partial Room square of order 10, using the Room class from the wallis package.
* Example square constructed using an implementation of greedy1 from Meszka and Rosa (2021) based on the Room class.
* Tested on R 4.4.1, renv 1.0.7, targets 1.7.1, wallis 0.0.0.9007.
11 changes: 3 additions & 8 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -687,21 +687,16 @@
"wallis": {
"Package": "wallis",
"Version": "0.0.0.9007",
"Source": "GitHub",
"RemoteType": "github",
"RemoteHost": "api.github.com",
"RemoteUsername": "MHenderson",
"RemoteRepo": "wallis",
"RemoteRef": "main",
"RemoteSha": "d9c85f030a46bf287ca1c5a02d3854e9a571206b",
"Source": "Repository",
"Repository": "https://mhenderson.r-universe.dev",
"Requirements": [
"R6",
"dplyr",
"purrr",
"tibble",
"tidyr"
],
"Hash": "f51a04bcc39e4ade628ca6cc91cf0c49"
"Hash": "65a8e3ab38616963efe377f06dde00ff"
},
"withr": {
"Package": "withr",
Expand Down

0 comments on commit c5b6e0a

Please sign in to comment.