Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v0.2.0 release. #35

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.