Package: keedwell 0.2.0
keedwell: Latin Squares in R
Completion and embedding of latin squares in R.
Authors:
keedwell_0.2.0.tar.gz
keedwell_0.2.0.zip(r-4.5)keedwell_0.2.0.zip(r-4.4)keedwell_0.2.0.zip(r-4.3)
keedwell_0.2.0.tgz(r-4.4-any)keedwell_0.2.0.tgz(r-4.3-any)
keedwell_0.2.0.tar.gz(r-4.5-noble)keedwell_0.2.0.tar.gz(r-4.4-noble)
keedwell_0.2.0.tgz(r-4.4-emscripten)keedwell_0.2.0.tgz(r-4.3-emscripten)
keedwell.pdf |keedwell.html✨
keedwell/json (API)
NEWS
# Install 'keedwell' in R: |
install.packages('keedwell', repos = c('https://mhenderson.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mhenderson/keedwell/issues
Last updated 6 months agofrom:ee02116878 (on v0.2.0). Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win | NOTE | Nov 01 2024 |
R-4.5-linux | NOTE | Nov 01 2024 |
R-4.4-win | NOTE | Nov 01 2024 |
R-4.4-mac | NOTE | Nov 01 2024 |
R-4.3-win | NOTE | Nov 01 2024 |
R-4.3-mac | NOTE | Nov 01 2024 |
Exports:add_colsadd_rowsfirst_row_natural
Dependencies:clicpp11dplyrfansigenericsglueigraphlatticelifecyclemagrittrMatrixpillarpkgconfigpurrrR6rlangstringistringrtibbletidygraphtidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add new columns to a latin rectangle | add_cols |
Embed latin rectangle in a latin square | add_rows |
Symbols missing from columns edge data frame | edge_tbl |
Symbols missing from rows data frame | edge_tbl_2 |
First row in in natural order | first_row_natural |
Matching strategy for adding new columns | next_col_matching |
Random strategy for choosing a new columns | next_col_random |
Find a compatible row for extending a latin rectangle | next_row_matching |
Find a random new row for a latin rectangle | next_row_random |
Symbols missing from columns bipartite graph | to_tidygraph |
Symbols missing from rows bipartite graph | to_tidygraph_2 |