-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ Package: scclust | |
Type: Package | ||
Title: Size-Constrained Clustering | ||
Version: 0.1.0 | ||
Date: 2017-03-23 | ||
Date: 2017-03-27 | ||
Authors@R: c( | ||
person("Fredrik", "Savje", email = "[email protected]", role = c("aut", "cre")), | ||
person("Jasjeet", "Sekhon", role = "aut")) | ||
Description: | ||
The package provides wrappers for 'scclust', a C library for computationally | ||
efficient size-constrained clustering with near-optimal performance. | ||
Provides wrappers for 'scclust', a C library for computationally efficient | ||
size-constrained clustering with near-optimal performance. | ||
See <https://github.com/fsavje/scclust> for more information. | ||
Depends: | ||
R (>= 3.2.3), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,9 +37,6 @@ | |
> Maintainer: 'Fredrik Savje <[email protected]>' | ||
> | ||
> New submission | ||
> | ||
> Possibly mis-spelled words in DESCRIPTION: | ||
> scclust (11:63) | ||
|
||
## Downstream dependencies | ||
|