Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sugnet authored and cran-robot committed Aug 31, 2023
1 parent 482bc28 commit dc18e4f
Show file tree
Hide file tree
Showing 14 changed files with 604 additions and 54 deletions.
8 changes: 5 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: ClusBoot
Title: Bootstrap a Clustering Solution to Establish the Stability of
the Clusters
Version: 1.0.1
Version: 1.2.0
Authors@R:
person("Sugnet", "Lubbe", , "slubbe@sun.ac.za", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-2762-9944"))
Expand All @@ -14,9 +14,11 @@ RoxygenNote: 7.2.3
Depends: R (>= 2.10)
LazyData: true
Imports: graphics, grDevices, stats
Suggests: fpc, testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-05-30 14:49:07 UTC; slubbe
Packaged: 2023-08-31 11:22:25 UTC; slubbe
Author: Sugnet Lubbe [aut, cre, cph] (<https://orcid.org/0000-0003-2762-9944>)
Maintainer: Sugnet Lubbe <slubbe@sun.ac.za>
Repository: CRAN
Date/Publication: 2023-05-30 15:20:02 UTC
Date/Publication: 2023-08-31 12:10:05 UTC
20 changes: 13 additions & 7 deletions MD5
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
3ae7a1f3fbecf4d7e9bf11241165725d *DESCRIPTION
26cc2f4b458fcd42dd95d186ef083a53 *DESCRIPTION
1e56d0aff1225cea0aa97c60ce2c3e2f *LICENSE
b093fd22e95a70beb8fe5c7cd6e49ea2 *NAMESPACE
2410e9d6613fd651c8d7f3c9382dac34 *NAMESPACE
b3e161ad905271694302b83b3e1a844c *R/data.R
77fd48d6b7f90661916d887e2f26e2dc *R/funcs.R
b4698063ca49ab35f1e22782d377d78c *data/case.study.psychiatrist.rda
f208ca5353d10afb03b770f1bb241a9e *man/boot.silhouette.Rd
f49c5e104c95d5270840e8cc15a38636 *R/funcs.R
93def504869ec9f3a6b7539fa19cf6f0 *data/case.study.psychiatrist.rda
22b29fd1c9f069ae3a8f5cd12470197e *man/boot.proportions.Rd
4c34860c48936fd9374f3c8200c256f5 *man/boot.silhouette.Rd
88c40c753d56b806aba699712fa91ec5 *man/calc.silhouette.Rd
7689190f22b577a7ee0e930d9ff080dd *man/case.study.psychiatrist.Rd
1877fdeded8608f80f0dfb7373ba14a5 *man/clusboot.Rd
107176db4a4294c7fca31817686e5aca *man/clusboot.Rd
214b6f46eac17a1c085b98d5d0c4ee08 *man/complete.linkage.Rd
502a5f8dd6ba90060101596366cb7d58 *man/figures/README-pressure-1.png
4d82fb6eed47b6179f1211a7ea97e97f *man/plot.clusboot.Rd
472f73a74c6baa1642b06b9a6fa4e3c3 *man/fpc.clusterboot.Rd
3b70c2dcfef1f3d3e5c8ead04df54446 *man/plot.clusboot.Rd
79e59db563cc72c910aa46309236c00d *tests/testthat.R
2121352b005a1dbe83c938a095353df1 *tests/testthat/test-clustering.R
aa31d9b65fe97c59ff7de4f3821ee54d *tests/testthat/test-pfc_clustering.R
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Generated by roxygen2: do not edit by hand

S3method(plot,clusboot)
export(boot.proportions)
export(boot.silhouette)
export(clusboot)
export(complete.linkage)
export(fpc.clusterboot)

0 comments on commit dc18e4f

Please sign in to comment.