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.