Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Oct 24, 2024
1 parent 243e57f commit 5231a4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: seriation
Type: Package
Title: Infrastructure for Ordering Objects Using Seriation
Version: 1.5.6
Date: 2024-08-19
Version: 1.5.6.1
Date: 2024-xx-xx
Authors@R: c(
person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "mhahsler@lyle.smu.edu",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# seriation 1.5.6.1 (xx/xx/2024)

## New Features
- Added seriation method BK_unconstrained by kbvernon.

# seriation 1.5.6 (08/19/2024)

## New Features
Expand Down
2 changes: 1 addition & 1 deletion R/seriate_BK.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

# brower and kile 1988
# brower and kile 1988 implemented by kbvernon
concentrate <- function(x){

# step 1: calculate mean column position (mcp) of presences across rows
Expand Down

0 comments on commit 5231a4f

Please sign in to comment.