treeSS 0.1.44

CRAN reviewer feedback

Address the four items requested in the first-round CRAN review.

DESCRIPTION

Documentation (R/print.R, R/iterative_scan.R, man/*.Rd)

Bug fixes (R/generate_example_data.R, man/generate_example_data.Rd)

treeSS 0.1.43

CRAN-readiness pass

Testing a a clean R CMD check --as-cran.

DESCRIPTION

Documentation (R/data.R, man/{chicago,london,rj}_tree.Rd)

Documentation (R/get_cluster_regions.R, man/get_cluster_regions.Rd)

Documentation (R/filter_clusters.R)

Bug fixes (R/circular_scan.R, R/tree_scan.R, R/treespatial_scan.R, R/generate_example_data.R)

CRAN submission infrastructure

README.md

treeSS 0.1.42

Documentation (R/print.R, man/*.Rd)

treeSS 0.1.39

The print methods now truncate long Leaf IDs and Regions lists by default, in the style of tibble. The motivation is the Chicago example: the most likely cluster turns out to be the root of the FBI crime taxonomy (1900+ leaves), which under the previous policy printed every single leaf, producing more than 10 pages of console output in the rendered PDF.

The choice of default mirrors tibble’s behavior: enough to give the reader a sense of the cluster contents, but not so much that a single print() call dominates the document.

treeSS 0.1.18