Skip to content

Commit

Permalink
Prepare v0.2.0 release. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MHenderson authored Jun 4, 2024
1 parent 4321903 commit ee02116
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: keedwell
Title: Latin Squares in R
Version: 0.1.1.9003
Version: 0.2.0
Authors@R:
person("Matthew", "Henderson", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7949-8208"))
Description: Create and work with latin squares and related designs in R.
Description: Completion and embedding of latin squares in R.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# keedwell (development version)

# keedwell 0.2.0

* New functions: add_cols, next_col_matching, next_col_random, next_row_matching, next_row_random, to_tidygraph_2, edg_tbl_2 (all imported from ryser-in-r project).
* New function: first_row_natural for generating 1 x n latin rectangles with symbols in natural order.
* Only the add_cols, add_rows and first_row_natural functions are now exported.

# keedwell 0.1.1

* Fixed some minor issues with package prefixes.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
[![keedwell status badge](https://mhenderson.r-universe.dev/badges/keedwell)](https://mhenderson.r-universe.dev/keedwell)

# keedwell
Latin Squares in R

Completion and embedding of latin squares in R.

0 comments on commit ee02116

Please sign in to comment.