OSCA-source/OSCA.basic

Broken between-book links in Chapter 5 Clustering

Closed this issue · 4 comments

These links aren't resolving correctly in either 3.16 or 3.17 branches of the rendered book:

In addition, the graph can be used to generate detailed diagnostics on the behavior of the graph-based clustering (`link("graph-diagnostics", "OSCA.advanced")`).

It is straightforward to compare two clustering strategies to see how they differ (`link("comparing-different-clusterings", "OSCA.advanced")`).

given that this cluster actually has the highest average silhouette width (`link("silhouette-width", "OSCA.advanced")`).

Instead appearing like the below screenshot
image

549aab3 only partially fixed the issue.
Problem is that link("graph-diagnostics", "OSCA.advanced") and link("comparing-different-clusterings", "OSCA.advanced") aren't isn't a valid reference in OSCA.advanced whereas link("comparing-different-clusterings", "OSCA.advanced") (linking to https://github.com/OSCA-source/OSCA.advanced/blob/ac133eddae37b199c55256d43182cf8f457fa829/inst/book/more-clustering.Rmd#L209) and link("silhouette-width", "OSCA.advanced") is (linking to https://github.com/OSCA-source/OSCA.advanced/blob/ac133eddae37b199c55256d43182cf8f457fa829/inst/book/more-clustering.Rmd#L48).
Will need to identify where link("graph-diagnostics", "OSCA.advanced") is supposed to be linking to and, if necessary, create the appropriate tag.

@LTLA Do you know/remember which section rebook::link("graph-diagnostics", "OSCA.advanced") is supposed to resolve to?

Thanks!