From ee0211687885dc1425cd1c282d59ddcf737105a3 Mon Sep 17 00:00:00 2001 From: Matthew Henderson Date: Tue, 4 Jun 2024 08:51:21 +0100 Subject: [PATCH] Prepare v0.2.0 release. (#35) --- DESCRIPTION | 4 ++-- NEWS.md | 6 ++++++ README.md | 3 ++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 433d8e2..bb173eb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "matthew.james.henderson@gmail.com", 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) diff --git a/NEWS.md b/NEWS.md index 093b524..566cbbc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/README.md b/README.md index 849e817..763059d 100644 --- a/README.md +++ b/README.md @@ -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.